/
/Nitro Sign Public API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 12h ago · Updated 5d ago
Authentication1
Platform7
Sign32
  • putCancel Envelope by ID
  • putReorder Documents by Envelope ID
  • postSend Reminders for Envelope
  • postSend Envelope for Signing
  • postDelete Participants by Participant IDs
  • getList Participants by Envelope ID
  • postCreate Participant(s) by Envelope ID
  • postDelete Fields by Field IDs
  • getList Fields by Document ID
  • postCreate Field(s) by Document ID
  • getList Documents by Envelope ID
  • postCreate Document by Envelope ID
  • getList Envelopes
  • postCreate Envelope
  • postConvert File to PDF
  • deleteDelete Participant by ID
  • patchUpdate Participant by ID
  • deleteDelete Field by ID
  • patchUpdate Field by ID
  • getGet Document by ID
  • deleteDelete Document by ID
  • patchUpdate Document by ID
  • getGet Envelope by ID
  • deleteDelete Envelope by ID
  • patchUpdate Envelope
  • getDownload Sealed Envelope
  • getDownload Original Envelope
  • getDownload Audit Trail of Envelope
  • getList Participant Signing URLs by Envelope ID
  • getDownload Sealed Document by ID
  • getGet Converted File by Job ID
  • getGet Conversion Job Status
Webhooks7
    Sign

    Delete Document by ID

    The Delete Document by ID endpoint deletes permanently removes a document from an envelope.

    delete/sign/envelopes/{envelopeID}/documents/{documentID}

    Path parameters

    envelopeIDstring uuid required

    A unique UUIDv4 string that identifies the envelope in the Nitro system.

    documentIDstring uuid required

    A unique string that identifies the document in the Nitro system.

    Response

    Document deleted successfully

    Changes

    No recorded changes to this endpoint across all 6 revisions of this API.