Skip to main content
DELETE
/
contracts
/
{id}
/
schedules
/
{schedule_id}
Delete Contract Schedule
curl --request DELETE \
  --url https://v1.api.flux-os.com/contracts/{id}/schedules/{schedule_id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-user-id: <api-key>'
{
  "message": "Contract schedule successfully deleted."
}

Authorizations

x-api-key
string
header
required
x-user-id
string
header
required

Path Parameters

id
integer
required

The contract ID.

schedule_id
integer
required

The schedule ID.

Response

Contract schedule successfully deleted.

message
string
Example:

"Contract schedule successfully deleted."