Delete a Tag

post

Delete an existing tag for the authenticated Per Proxy user. This removes the tag entirely; any sessions associated with this tag will be untagged.

Authorizations
HTTPRequired

Enter token as: Bearer

Body
tag_idintegerRequired

ID of the tag to delete.

Responses
chevron-right
200

Tag deleted successfully.

application/json
tag_idintegerOptional

ID of the deleted tag.

usernamestringOptional

Username the tag belonged to.

post
/perproxy/delete-tag-user

Last updated