Skip to main content
DELETE
/
api
/
tags
/
{id}
Delete a tag
curl --request DELETE \
  --url https://api.mentionlab.io/api/tags/{id} \
  --header 'x-organisation-id: <x-organisation-id>' \
  --header 'x-project-id: <x-project-id>'

Headers

x-organisation-id
string
required

Organisation ID to specify the organisation context

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
number
required

Response

204 - undefined