cURL
curl --request DELETE \ --url https://api.pingproxies.com/1.0/public/user/proxy_user_acl/delete/{proxy_user_acl_id}
{ "deleted": [ "550e8400-e29b-41d4-a716-446655440000" ], "message": "Proxy User ACL deletion successful." }
Allows a user to delete an existing Proxy User ACL associated with their account. This permanently removes the ACL record from the database.
ID of the Proxy User ACL record to delete.
Proxy User ACL Successfully Deleted
List of Proxy User ACL IDs that were successfully deleted.
The Proxy User ACL ID.
["550e8400-e29b-41d4-a716-446655440000"]
Success message indicating the ACL was deleted.
"Proxy User ACL deletion successful."