/
/Nitro Sign Public API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 18h ago · Updated 2d agoView markdown
Authentication1
Platform6
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 Signer Signing URLs by Envelope ID
  • getDownload Sealed Document by ID
  • getGet Converted File by Job ID
  • getGet Conversion Job Status
Webhooks7
    Sign

    Delete Participant by ID

    The Delete Participant by ID endpoint permanently deletes a participant from an envelope.

    delete/sign/envelopes/{envelopeID}/participants/{participantID}

    Path parameters

    envelopeIDstring uuid required

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

    participantIDstring uuid required

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

    Response

    Participant deleted successfully