tags/{id}

Manage Tags (Custom Attributes)

Update description of values

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or partnerId of the tenant

  • tagIdstringrequired

    Tag uuid

Request Body

application/json

  • descriptionstring

Request Body Samples

{
  "description": "This is sample description"
}

Responses

  • namestring

    Tag name

  • idstring

    Tag uuid

  • descriptionstring

    Tag description

Loading Examples...

Notes

  • Removes a Tag (custom attributes)
  • Delete only when not assigned to resources

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or partnerId of the tenant

  • tagIdstringrequired

    Tag uuid

Responses

200OK

Response Samples

{
  "code": "0006",
  "message": "No Tags found with id :e87d6f57-31f1-4ab2-b63d-d3098f6692fe for organization with id: 33570fb1-ac05-2ff0-86e8-a5b77575f8ed"
}