Endpoint
Planned Behaviour
Once available, this endpoint will:- Permanently delete the contract and all its stored schema definitions
- Return
404on any futureGETor check request using itsid - Not delete historical check results that were run against this contract — those remain retrievable via GET /api/v1/checks/
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The contract ID to delete |
Planned Response
Planned Error Responses
| Status | Meaning |
|---|---|
401 | Missing or invalid X-API-Key |
404 | Contract not found, or belongs to a different user |
429 | Rate limit exceeded — 100 req/min per key |
Want to be notified when this endpoint goes live?
Watch the Changelog or follow @naveenbale on X.
List Contracts
View all contracts currently active on your account.
Get Contract
Retrieve a single contract by its ID.
