Tags

Delete a tag

Delete a tag

Request

  • Method: DELETE
  • URL: https://app.socialk.it/core/api/<workspaceUuid>/tags/{tagUuid}
  • Authorization: Bearer <token>

Response

{
  "success": true
}
{
  "success": false
}
{
  "message": "Unauthenticated."
}
{
  "message": "Access forbidden."
}
{
  "message": "Workspace not found."
}

On this page