Skip to main content
DELETE
/
autopay
/
{autopay_id}
Cancel an autopay schedule
curl --request DELETE \
  --url https://api.montereyfinancial.app/autopay/{autopay_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

autopay_id
string
required

Response

Successful Response