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
| Parameter | Type | Description | Required |
|---|---|---|---|
tagId | string | Unique identifier of the tag | ✓ |
Response
{
"status": "success",
"message": "Tag deleted successfully"
}