Delete a contract
Applications
Delete a contract
Permanently delete the contract. This cannot be undone.
Required scope contracts:delete
delete
/applications/{id}/contracts/{contractId}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the application. Must belong to the workspace the key is bound to.
contractIdstring<uuid>requiredIdentifier of the contract.
Response204
The contract was deleted.