// Tags

Delete a tag

Delete a tag.

DELETE/api/tag

Description

Deletes a tag.

Parameters

NameInTypeRequiredDescription
tagId query string yes ID of the tag.

Errors

StatusMeaning
400 Invalid tagId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.