cURL
curl --request DELETE \ --url https://api.config.money/api/v1/schedules/{id} \ --header 'Authorization: <api-key>'
{ "error": { "code": "<string>", "message": "<string>", "details": {} } }
Delete an existing direct debit schedule
API key in the format 'Bearer YOUR_API_KEY'
ID of the schedule to delete
Schedule deleted successfully