/bff/contract/party/remove
Removes a contact from the contract parties. Deletes the junction record entirely.
ContractpostBffContractPartyRemove
Parameters
2 body
Body · 2
contractIdnumberRequiredInternal contract ID.
contactIdnumberRequiredInternal contact ID to remove from contract parties.
Request
POST /bff/contract/party/remove
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.