# Disable payout account Disables a payout account (sets active flag to false) as per user story. Endpoint: DELETE /v1/payees/{id}/accounts/{account_id} Security: Bearer ## Path parameters: - `id` (integer, required) Unique identifier of the payee who owns the payout account. - `account_id` (string, required) Unique identifier of the payout account to disable. ## Response 200 fields (application/json): - `accountId` (string,null) - `message` (string,null) ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 500 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)