Sign

Delete Fields by Field IDs

The Delete Fields endpoint permanently deletes multiple fields from a document within an envelope.

post/sign/envelopes/{envelopeID}/documents/{documentID}/fields:batch-delete

Path parameters

envelopeIDstring uuid required

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

documentIDstring uuid required

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

Request body

itemsstring[]

An array of field IDs to be deleted from the envelope.

Response

Fields deleted successfully

Changes

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