Signing
Reject (decline) assignment
The signer declines to sign the document, giving a reason. Uses the signer access code.
put/v1/documents/{documentId}/assignments/{assignmentId}/reject
Path parameters
documentIdstring required
Document ID.
assignmentIdstring required
The assignment ID.
Request body
Example request
{
"decline_reason": "I do not agree with clause 2."
}Response
Assignment declined
Example response
{
"status": 200
}Changes
No recorded changes to this endpoint across all 1 revision of this API.