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

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string
required

UUID of the execution tag to delete.

Response