delete
https://{host}/projects//signers/
Delete a Project Signer
Removes a signer from a project document in draft status. This operation deletes any fields associated with the signer and removes them from the signature workflow. Only draft documents (not yet sent to users) are eligible for signer removal.
HTTP Method & URL
DELETE {{host}}/projects/{{project-uuid}}/signers/{{signerId}}?user_type=ENTERPRISE_API
Authentication
Requires valid authentication. Typically, an API token must be provided in the Authorization header as a Bearer token.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| project-uuid | string | Unique identifier of the project |
| signerId | string | Identifier of the signer to be removed |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| user_type | string | Yes | Must be set to ENTERPRISE_API |
Example Request
DELETE {{host}}/projects/{{project-uuid}}/signers/{{signerId}}?user_type=ENTERPRISE_API
Authorization: Bearer {USER-TOKEN}
Example Successful Response
Status: 200 OK
Content-Type: application/json
{
"message": ""
}
Error Responses
| Status Code | Description | Example Response |
|---|---|---|
| 400 | Project Not Found | { "message": "Project not found" } |
| 404 | Signer Not Found | { "message": "Signer not found" } |
| 403 | Unauthorized/Forbidden | { "message": "Access denied" } |
Usage Notes
-
Only signers on draft documents can be removed. Once a document is sent, signer removal is not permitted.
-
Removing a signer will also delete any fields assigned to them in the document.
-
Ensure the
user_typequery parameter is set toENTERPRISE_APIfor the request to be processed. -
A successful response returns an empty message string.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
