Tags
Delete a tag
API Reference
Status Check
Accounts
Workspaces
Workspace users
Workspace domains
Workspace pages
Workspace sections
Workspace plan tasks
Tags
Delete a tag
Delete a tag by ID
DELETE
/
tags
/
{id}
curl --request DELETE \
--url https://api.dock.so:4000/{version}/tags/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "RiHO4e0Ju3DS"
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier
Example:
"RiHO4e0Ju3DS"
curl --request DELETE \
--url https://api.dock.so:4000/{version}/tags/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "RiHO4e0Ju3DS"
}
}