Skip to main content

Remove Tag

DELETE/v1/user/elemental/:id/tag/tag_id

Properties

NameTypeRequiredDescription
idstringID of the elemental item to receive the tag
tag_idstringID of the tag to be associated

Example

/v1/user/elemental/:id/tag/tag_id

CURL Example

curl -X DELETE "https://api-integrations.snackprompt.com/v1/user/elemental/:id/tag/tag_id" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"