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

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string<uuid>
required

The UUID of the contract

Response

Contract subscription was successfully deleted