curl --request DELETE \
--url https://api.skulabs.com/tag/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tag_id": "507f1f77bcf86cd799439011"
}
'{
"success": true
}Permanently delete a tag.
curl --request DELETE \
--url https://api.skulabs.com/tag/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tag_id": "507f1f77bcf86cd799439011"
}
'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the tag to remove
"507f1f77bcf86cd799439011"
Tag removed successfully
Whether the operation succeeded