Skip to main content
DELETE
/
api
/
v1
/
schedules
/
{id}
Delete a direct debit schedule
curl --request DELETE \
  --url https://api.config.money/api/v1/schedules/{id} \
  --header 'Authorization: <api-key>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {}
  }
}

Authorizations

Authorization
string
header
required

API key in the format 'Bearer YOUR_API_KEY'

Path Parameters

id
string
required

ID of the schedule to delete

Response

Schedule deleted successfully