Skip to main content
POST
Delete Fields by Field IDs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

envelopeID
string<uuid>
required

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

documentID
string<uuid>
required

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

Body

application/json

A set of unique UUIDv4 strings that identify the fields in the Nitro system.

items
string<uuid>[]

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

Response

Fields deleted successfully