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
Documentation IndexFetch the complete documentation index at: https://docs.config.money/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.config.money/llms.txt
Use this file to discover all available pages before exploring further.
API key in the format 'Bearer YOUR_API_KEY'
ID of the schedule to delete
Schedule deleted successfully