# Remove an account Completely remove an account from the system. An account can only be deleted if it does not currently hold tickets to upcoming events. Endpoint: DELETE /accounts/{number} Version: 3.0.0 Security: SessionKey ## Path parameters: - `number` (string, required) Alphanumeric identifier of the user account ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.