cURL
curl --request DELETE \ --url https://api.mudstack.com/workspaces/assets/{asset_id}/tags/{tag_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
Remove a specific tag from a specific asset.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the asset
The ID of the tag
Tag removed successfully
Was this page helpful?