Skip to main content
DELETE
/
v0
/
contract
/
delete
/
{id}
Delete a contract by ID
curl --request DELETE \
  --url https://{hostname}.gable.ai/v0/contract/delete/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string<uuid>
required

Response

message
string