---
title: "Delete a scheduled payment"
method: DELETE
path: "/scheduled_payments/{guid}"
tags: ["scheduled payments"]
---

# Delete a scheduled payment

`DELETE /scheduled_payments/{guid}`

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.

## Path parameters

- `guid` string, required

## Response `204`

No content

---

[API](https://skmtc.net/mx/apis/consent-management-v4-api.md) · [All operations](https://skmtc.net/mx/apis/consent-management-v4-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/consent-management-v4-api/revisions/bf6bb86ee0c8/schema)
