Sign in

Cancel SignRequest

documented

Cancel a SignRequest.

POST /signrequests/{uuid}/cancel_signrequest/SignRequestsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.box.com/2.0/sign_requests/{{$sign_request_id}}/cancel" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json"