Delete Signer API
Introducing the Delete Signer API – your solution for seamless signer management within your contract workflows. With just a contract ID and signer ID input, efficiently remove a signer from the contract, revoking their access to the signing link. This powerful tool grants you the ability to fine-tune your contract process by eliminating a signer if needed, allowing the contract to progress and complete seamlessly with remaining signers. Experience enhanced control over your contract lifecycle with the Delete Signer API – optimizing signer dynamics and ensuring a smooth and secure contract execution process.
API authentication is a crucial security process that ensures authorized access to an application programming interface (API). It involves validating the identity of users or systems seeking to interact with the API. Please use the access token shared with you by your assigned Signzy's CSM. Please set the value of the key Authorization in the headers to the access token, while making an API call. In this way, Signzy's system will be able to authenticate you and you will be able to make a successful API call.
The details of the API can be found here.
Key | Description | Type | Mandatory/Optional |
---|---|---|---|
contractId | ID of the contract | String | Mandatory |
signerId | ID of the signer to be deleted | String | Mandatory |
Field Name | Description | Type |
---|---|---|
contractId | Unique identifier for the contract. | String |
signerId | Unique identifier for the deleted signer. | String |
message | Confirmation message for signer deletion. | String |
Parameter | Type | Description |
---|---|---|
name | String | In case of errors, it will have the value "error". It represents an error. |
message | String | Message for the error |
reason | String | Reasons for the error |
type | String | Type of error |
statusCode | String | Status code of the error |
Error Code | Error Message | Explanation |
---|---|---|
400 | Bad Request | Input parameter has a missing required parameter or invalid inputs |
401 | Authorization Failed | Authorization token is invalid |
404 | Not found | Signer ID or the Contract ID is not found in the system |
500 | Internal Server Error | Internal error at Signzy, Please reach out to [email protected] |