-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I am planning to have a job/pipeline that will be getting and deleting a single asset.
Right now compass has those APIs to get and delete, but it is using asset's ID.
Problem is, the job will not have the asset's ID available when running, instead it can generate asset's URN.
Describe the solution you'd like
- New API to retrieve an asset using its URN
- New API to delete an asset using its URN
Describe alternatives you've considered
- Use GetAllAssets API and filter the results
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request