Signing Requests
Remove a seal participant from an unsent signing request
Remove a seal participant and the fields it owns from a signing request that has not been sent yet. After send, a seal participant can only be swapped (while paused) or the request cancelled.
delete/signing-requests/{id}/seal-participants/{participant_id}
Path parameters
idstring uuid required
Signing request ID
participant_idstring uuid required
Seal participant ID
Response
Seal participant removed successfully
Changes
Changed in 2 of the 5 revisions of this API.2
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○