Skip to main content
DELETE
/
tags
/
{tagId}
Delete a tag
curl --request DELETE \
  --url https://apix.spotzee.com/api/client/tags/{tagId} \
  --header 'Authorization: Bearer <token>'
true

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Path Parameters

tagId
integer | null

Numeric tag identifier.

Example:

17

Response

Returns true once the tag is removed.

The response is of type boolean.