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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

deleteTag
DELETE/tags/{tag_id}
Delete a tag. Required scope: `tags:delete`

Parameters

required

The ID of the tag to delete

Enter a gateway URL 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"
})