DELETE
/
v1
/
teams
/
{teamUuid}
/
tags
/
{tagUuid}
curl --request DELETE \
  --url https://platform.thena.ai/v1/teams/{teamUuid}/tags/{tagUuid} \
  --header 'x-api-key: <api-key>'
{
  "status": true,
  "message": "Success",
  "timestamp": "2024-01-01T00:00:00.000Z",
  "teamUuid": "<string>",
  "removedTagId": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

teamUuid
string
required
tagUuid
string
required

Response

204
application/json

Operation successful

The response is of type object.