Contract - Parties and Participants
Delete a party by ID
Use this endpoint to delete a specific contract party by its ID.
delete/contracts/{contract_id}/parties/{party_id}
Path parameters
contract_idinteger required
The unique ID of the contract.
party_idinteger required
The ID of a party in a contract.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email required
Example:john.doe@oneflow.com
The email address of a registered Oneflow user.
Response
The contract party was deleted successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.