cURL
curl --request DELETE \ --url https://api.dock.us/{version}/tags/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "RiHO4e0Ju3DS" } }
Delete a tag by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier
"RiHO4e0Ju3DS"
Tag deleted
The response is of type object.
object