Tried providing below end point in Orchestrator HTTP request uipath activity
/odata/Assets({Key})
For key i provided fid which displays in uipath cloud platform url(Orchestrator) but dont have exact idea what key should be provided in endpoint.
As in Orchestrator HTTP request activity there are GET,POST,PATCH,PUT,DELETE methods are available so DELETE method should work. Tried with multiple ways DELETE asset is not working kindly help and provide solution.
deletion was successfully done as by following activity and settings
the used asset key is the id of the asset that we can retrieve from a ORC Api call e.g.
“/odata/Assets/UiPath.Server.Configuration.OData.GetAssetsAcrossFolders”
Or we can inspect from URL when browsing to the asset
RnD and Exploration of the Rest API we can do in swagger