Delete a reminder by ID

Use this endpoint to delete a reminder on the contract.

Path Params
integer
required

The unique ID of the contract.

integer
required

The unique ID of the contract reminder.

Headers
string
required
length between 40 and 40

The API key of your Oneflow account.

string
required

The email address of a registered Oneflow user.

Responses
200

Reminder is deleted successfully.

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.

Language
URL