Skip to main content
DELETE
Delete a tag

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.