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

Authorizations

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

Path Parameters

id
integer
required

The contract ID.

Response

Contract successfully deleted.

message
string
Example:

"Contract successfully deleted."