---
title: "Cancel schedule"
method: DELETE
path: "/v1/accounts/{accountId}/schedules/{scheduleId}"
tags: ["Schedules"]
---

# Cancel schedule

`DELETE /v1/accounts/{accountId}/schedules/{scheduleId}`

Cancel account schedule by schedule ID.

This endpoint generates the [Scheduled payment created or modified](https://developers.pismo.io/events/docs/scheduler-payments-scheduled-payments-1) event with the `status` field set to `CANCELED`.

## Response `200`

Request was processed successfully.

## Other responses

- `400` — Bad request
- `403` — The request has been lost
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
