Skip to main content
DELETE
/
payment-methods
/
{payment_method_id}
Remove a payment method
curl --request DELETE \
  --url https://api.montereyfinancial.app/payment-methods/{payment_method_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Static API key issued via the client portal. Treat it like a password.

Path Parameters

payment_method_id
string
required

Response

Successful Response