tags/{id}
Manage Tags (Custom Attributes)
Update description of values
Path Parameters
- tenantId
Describes the clientId or partnerId of the tenant
- tagId
Tag uuid
Request Body
application/json
- description
Request Body Samples
{
"description": "This is sample description"
}
Responses
- name
Tag name
- id
Tag uuid
- description
Tag description
Loading Examples...
Notes
- Removes a Tag (custom attributes)
- Delete only when not assigned to resources
Path Parameters
- tenantId
Describes the clientId or partnerId of the tenant
- tagId
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"
}