Delete a Tag from a Proxy
Reference for removing a tag from a Per Proxy Mobile Proxy.
post
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
400
Error performing tag operation
application/json
post/perproxy/delete-tag-session
Last updated
Was this helpful?