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.
The Tyk Dashboard API Access Credentials
ID of the asset to delete - this value can be the database ID of the asset or the custom ID provided during creation/update.
Asset deleted
Was this page helpful?