Parameters
JSON body
Request body
application/jsoncontractIdnumberRequiredInternal contract ID.
Example
10contactIdnumberRequiredInternal contact ID to remove from contract parties.
Example
42Removes a contact from the contract parties. Deletes the junction record entirely.
JSON body
contractIdnumberRequiredInternal contract ID.
10contactIdnumberRequiredInternal contact ID to remove from contract parties.
421 status code documented
successbooleanRequiredWhether the party was removed successfully.
{
"success": false
}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
}'All BizKitHub public API endpoints require authentication via API key.