v1
latestOpenAPI 3.0.02026-07-24115101.2 MBContract - Reminders
Delete a reminder by ID
Use this endpoint to delete a reminder on the contract.
delete/contracts/{contract_id}/reminders/{reminder_id}
Path parameters
contract_idinteger required
The unique ID of the contract.
reminder_idinteger required
The unique ID of the contract reminder.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email required
Example:john.doe@oneflow.com
The email address of a registered Oneflow user.
Response
Reminder is deleted successfully.