Skip to main content

Nexus API

Delete a scheduled payment

Use this endpoint to delete a specific scheduled_payment according to its unique GUID. Unlike most other Nexus delete requests, a successful delete will return a 204 No Content status without an empty body.

DELETE
/scheduled_payments/{guid}

Path Parameters

FieldRequiredType

guid

The unique identifier for the payment. Defined by MX.

Required
String
Loading...