cURL
curl --request DELETE \ --url https://api.mudstack.com/workspaces/tags/{tag_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
Delete a specific tag for the specified workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content, tag deleted successfully.
Was this page helpful?