Cobalt Docs
Api referenceTags

Delete tag

Permanently delete a tag and detach it from all transactions.

DELETE
/tags/{tagId}

Authorization

bearerAuth
AuthorizationBearer <token>

Cobalt API key (prefix ck_live_). Issue from dashboard → Settings → API keys.

In: header

Path Parameters

tagId*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/tags/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "code": "string",
  "error": "string"
}
{
  "code": "string",
  "error": "string"
}
{
  "error": {
    "issues": [
      {
        "code": "string",
        "message": "string",
        "path": [
          "string"
        ]
      }
    ],
    "name": "string"
  },
  "success": true
}