Skip to main content
DELETE
/
contracts
/
v1
/
{id}
Delete contract
curl --request DELETE \
  --url https://api.spacebring.com/contracts/v1/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Headers

spacebring-network-id
string<uuid>

The id of the network. Required when using bearer token authentication

Path Parameters

id
string<uuid>
required

The id of the contract.

Response

No Content