Delete a Tag from a Proxy

post

Remove a tag from a specific proxy session. This only removes the tag-session association; the tag itself is not deleted.

Authorizations
HTTPRequired

Enter token as: Bearer

Body
tag_idintegerRequired

ID of the tag to remove from the session.

sessionstringRequired

Session ID to remove the tag from. Extract from proxy string after '-s-' or get from session_id field via api/v1/perproxy/proxies/{username}.

Responses
chevron-right
200

Tag-session operation completed successfully.

application/json
tag_idintegerOptional

ID of the tag.

usernamestringOptional

Username associated with the operation.

sessionstringOptional

Session ID involved in the operation.

post
/perproxy/delete-tag-session

Last updated