Delete Proxy User Record
Proxy User
Delete Proxy User Record
Allows a user to delete an existing proxy user associated with their account. Proxy users that are set as account default can not be deleted, and already deleted proxy users can not be deleted again.
DELETE
Delete Proxy User Record
Authorizations
Private API key for user-level authentication.
Public API key for user-level authentication.
Path Parameters
ID of the proxy user record to delete.
Response
200 - application/json
Proxy User Successfully Deleted
List of Proxy User IDs that were successfully deleted.
The Proxy User ID.
Example:
["stevejobs"]Success message indicating the Proxy User was deleted.
Example:
"Proxy User deletion successful."
List of ProxyUserAcl IDs that were deleted during the proxy user deletion.
The ProxyUserAcl ID.
Example:
["123e4567-e89b-12d3-a456-426614174000"]
