Signing

Reject (decline) assignment

The signer declines to sign the document, giving a reason. Uses the signer access code.

Copy as Markdown Open in ChatGPT Open in Claude

put/v1/documents/{documentId}/assignments/{assignmentId}/reject

Path parameters

documentIdstring required

Document ID.

assignmentIdstring required

The assignment ID.

Request body

decline_reasonstring required

Descriptive reason for declining.

Example request

{
  "decline_reason": "I do not agree with clause 2."
}

Response

Assignment declined

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

Example response

{
  "status": 200
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.