/bff/contract/delete
Soft-deletes a contract by setting deleted_date. The contract is excluded from listings but remains in the database.
ContractpostBffContractDelete
Parameters
1 body
Body · 1
contractIdnumberRequiredInternal contract ID to soft-delete.
Request
POST /bff/contract/delete
curl -X POST "https://api.bizkithub.com/bff/contract/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"contractId": 10
}'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.