Delete Tag
Delete a tag by its ID.
DELETE/v1/user/tags/{id}- Param
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | ✅ | ID of the tag to be deleted |
Example
/v1/user/tags/0fIwVvdva
CURL Example
curl -X DELETE "https://api-integrations.snackprompt.com/v1/user/tags/{id}" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"
warning
This action is irreversible. Deleting a tag will remove it from all associated elements.
info
This route will return a 200 status code if the tag is successfully deleted.