provider Tags DELETE /tags/{tag_id}
@utdk/front /tags/{tag_id}
Delete tag
Delete a tag. Required scope: `tags:delete`
tag_id path required
The ID of the tag to delete
string

Try it

Authentication
Configure credentials for Core API
deleteTag
DELETE/tags/{tag_id}
Delete a tag. Required scope: `tags:delete`

Parameters

required

The ID of the tag to delete

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.deleteTag({
  "tag_id": "tag_123"
})