# Delete an existing payout method

Deletes the payout method from our database

Endpoint: DELETE /v1/payout_methods/{payout_method_id}
Version: 1.0.0
Security: oauth2

## Path parameters:

  - `payout_method_id` (string, required)
    The id of the payout method to delete.

## Response 401 fields (application/problem+json):

  - `status` (integer, required)

  - `errors` (array, required)

  - `errors.category` (string, required)
    Enum: "TRANSACTION", "VALIDATION", "AUTHZ", "INTERNAL", "MISCELLANEOUS", "FUND", "ACCOUNT", "COMPLIANCE"

  - `errors.title` (string, required)

  - `errors.code` (string, required)

  - `errors.detail` (string, required)

  - `timestamp` (string)


## Response 204 fields
