Skip to main content
DELETE
/
contracts
/
{contractId}
Delete contract
curl --request DELETE \
  --url https://api.vanta.com/v1/contracts/{contractId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contractId
string
required

Response

204

Contract deleted