Delete Tag

Delete an existing tag. The tag stops being available for new assignments and disappears from listings.

DELETE https://api.platica.mx/v1/tags/{tagId}

URL parameters

ParameterTypeDescriptionRequired
tagIdstringUnique identifier of the tag

Response

{
  "status": "success",
  "message": "Tag deleted successfully"
}