Skip to main content
DELETE
/
api
/
v1
/
tags
/
{id}
Delete a tag
curl --request DELETE \
  --url https://app.sure.am/api/v1/tags/{id} \
  --header 'X-Api-Key: <api-key>'

Authorizations

X-Api-Key
string
header
required

API key for authentication. Generate one from your account settings.

Path Parameters

id
string
required

Tag ID

Response

tag deleted