cURL
curl --request DELETE \ --url https://{tenant}/api/assets/{assetID} \ --header 'Authorization: Bearer <token>'
{ "ID": "<string>", "Message": "<string>", "Meta": "<unknown>", "Status": "<string>" }
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?