Delete A Project Signer

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

ParameterTypeDescription
project-uuidstringUnique identifier of the project
signerIdstringIdentifier of the signer to be removed

Query Parameters

ParameterTypeRequiredDescription
user_typestringYesMust 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 CodeDescriptionExample Response
400Project Not Found{ "message": "Project not found" }
404Signer Not Found{ "message": "Signer not found" }
403Unauthorized/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_type query parameter is set to ENTERPRISE_API for the request to be processed.

  • A successful response returns an empty message string.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Query Params
string
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json