Sandbox
Cancel Contract Amendment
Use this endpoint to cancel an existing contract amendment request.
This endpoint is only available in Sandbox, otherwise it will respond with a 404.
put/v1/sandbox/contract-amendments/{contract_amendment_request_id}/cancel
Path parameters
contract_amendment_request_idstring required
Contract amendment request ID
Response
Success
Example response
{
"data": {
"status": "ok"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.