---
title: "Delete a reminder by ID"
method: DELETE
path: "/contracts/{contract_id}/reminders/{reminder_id}"
tags: ["Contract - Reminders"]
---

# Delete a reminder by ID

`DELETE /contracts/{contract_id}/reminders/{reminder_id}`

Use this endpoint to delete a reminder on the contract.

## Path parameters

- `contract_id` integer, required
- `reminder_id` integer, required

## Headers

- `x-oneflow-api-token` string, required
- `x-oneflow-user-email` string, email, required

## Response `200`

Reminder is deleted successfully.

## Other responses

- `401` — The API token or the user email is invalid.
- `402` — The feature is not available for your current subscription plan.
- `403` — The request is not authorized by the server.
- `404` — A required entity is missing.
- `409` — A conflict occurred with the current state of the target resource.

---

[API](https://skmtc.net/oneflow/apis/public-api-for-oneflow.md) · [All operations](https://skmtc.net/oneflow/apis/public-api-for-oneflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneflow/public-api-for-oneflow/versions/0e73a45dec15/schema)
