For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a Tag from a Proxy

Reference for removing a tag from a Per Proxy Mobile 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
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

Was this helpful?