This API allows users to release a specific proxy session by providing a port number.

Example cURL request:

curl --request PUT \
    --url https://monitor.geonode.com/sessions/release/RESIDENTIAL-PREMIUM \
    --user "geonode_username:password123" \
    --header "Content-Type: application/json" \
    --data '{"data":[{"port":10001}]}'
    
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!