cURL
curl --request DELETE \ --url https://{tenant}/api/assets/{assetID} \ --header 'Authorization: Bearer <token>'
{ "Message": "Asset removed successfully", "Meta": null, "Status": "success" }
Remove an asset ID.
Was this page helpful?