Skip to content

Unlink tag from entity​

POST
/api/tags/unlink

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"tag_id": 0,
  
"entity_type": "string",
  
"entity_id": 0
}

Responses​

Tag unlinked

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI