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
| Field | Required | Type |
|---|---|---|
guid The unique identifier for the payment. Defined by MX. | Required | String |
Loading...