Skip to main content
DELETE
/
contracts
/
{id}
/
parties
/
{contract_party_id}
Delete Contract Party
curl --request DELETE \
  --url https://v1.api.flux-os.com/contracts/{id}/parties/{contract_party_id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-user-id: <api-key>'
{
  "message": "Contract party successfully deleted."
}

Authorizations

x-api-key
string
header
required
x-user-id
string
header
required

Path Parameters

id
integer
required

The contract ID.

contract_party_id
integer
required

The contract party ID.

Response

Contract party successfully deleted.

message
string
Example:

"Contract party successfully deleted."