Delete a tag
x-ms-visibility: "important"
Delete a tag by its ID.
Path Parameters
id int64 required
The ID of the tag to delete.
Responses
- 204
- 400
- 401
The tag was deleted successfully.
Exception details.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised.
Loading...