DocsAPI ReferenceContract/bff/contract/party/remove
postContractAdmin BFF

/bff/contract/party/remove

Removes a contact from the contract parties. Deletes the junction record entirely.

ContractpostBffContractPartyRemove

Parameters

2 body

2 total
Body · 2
contractIdnumberRequired

Internal contract ID.

contactIdnumberRequired

Internal contact ID to remove from contract parties.

Request

POST /bff/contract/party/remove

post
curl -X POST "https://api.bizkithub.com/bff/contract/party/remove" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "contractId": 10,
  "contactId": 42
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key