DELETE
/
v1
/
teams
/
{teamUuid}
/
tags
/
{tagUuid}
{
  "status": true,
  "message": "Success",
  "timestamp": "2024-01-01T00:00:00.000Z",
  "teamUuid": "<string>",
  "removedTagId": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the bearer token

Path Parameters

teamUuid
string
required
tagUuid
string
required

Response

204
application/json

Operation successful

The response is of type object.