Skip to main content

Delete a Scheduled Payment

Use this endpoint to permanently delete a specific scheduled payment based on its unique GUID. If successful, the API will respond with status of 204 No Content.

DELETE
/users/{user_guid}/scheduled_payments/{scheduled_payment_guid}

Request sample

Language:shell

_10
curl -L -X DELETE 'https://int-api.mx.com/users/USR-11141024-90b3-1bce-cac9-c06ced52ab4c/scheduled_payments/SCP-54bed778-6600-4262-908c-8822f141cc30' \
_10
-u 'client_id:api_key' \
_10
-H 'Accept: application/vnd.mx.api.v1+json' \

Response sample

200
Language:json

_10
# Successful deletes return a status of 204 No Content.
_10
# They do not include a response body.