Skip to main content
DELETE
/
tags
/
{tagId}
Delete a tag
curl --request DELETE \
  --url https://alfaone.app/api/v1/tags/{tagId} \
  --header 'x-api-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://v4-docs.alfaone.app/llms.txt

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

Authorizations

x-api-key
string
header
required

API key for authentication. Format: ak_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Path Parameters

tagId
string<uuid>
required

Unique identifier of the tag

Response

Tag deleted successfully