# Request account deletion Notifies system administrators that the user would like to delete their account. When a deletion request is submitted, the account is immediately deactivated, and can no longer authenticate requests, pending review. Endpoint: POST /accounts/{number}/deletions Version: 3.0.0 Security: SessionKey ## Path parameters: - `number` (string, required) Alphanumeric identifier of the user account ## Request fields (application/json): - `reason` (string, required) Reason for requesting account deletion. ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 403 fields (application/json): - `message` (string) Reason for the given response.