v1

latestOpenAPI 3.0.12026-07-265331168.0 KB
Proxy User ACL

Delete Proxy User ACL Record

Allows a user to delete an existing Proxy User ACL associated with their account. This permanently removes the ACL record from the database.

delete/public/user/proxy_user_acl/delete/{proxy_user_acl_id}

Path parameters

proxy_user_acl_idstring required

ID of the Proxy User ACL record to delete.

Response

Proxy User ACL Successfully Deleted

deletedstring[]

List of Proxy User ACL IDs that were successfully deleted.

messagestring

Success message indicating the ACL was deleted.

Example response

{
  "deleted": [
    "550e8400-e29b-41d4-a716-446655440000"
  ],
  "message": "Proxy User ACL deletion successful."
}