DELETE
/
v0
/
contract
/
delete
/
{id}
cURL
curl --request DELETE \
  --url 'https://api-(organization).gable.ai/v0/contract/delete/{id}'
{
  "message": "<string>"
}

Path Parameters

id
string<uuid>
required

Contract ID

Response

200
application/json

Contract successfully deleted

The response is of type object.