Contract - Links
Delete a contract link by link ID
Use this endpoint to delete a link between two contracts by link's ID.
delete/contracts/{contract_id}/links/{link_id}
Path parameters
contract_idinteger required
The unique ID of the contract.
link_idinteger required
The unique ID of the contract link.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email
Example:john.doe@oneflow.com
The email address of a registered Oneflow user.
Response
The link between two contracts was deleted successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.