Setting Up
Delete DocSignConfig API
9min
introduction welcome to the delete docsignconfig api documentation! this comprehensive guide will show you an efficient process to remove dsc class 2, dsc class 3 certificates, company seals, or authorized signatures uploaded for auto virtual signing from your system using our robust api whether you're a developer integrating this feature into your application or an administrator managing digital certificates, this api empowers you to effortlessly delete dsc certificates or uploaded signatures/seals files by their unique certificate id by following the instructions outlined in this documentation, you'll be able to streamline your certificate management workflow and ensure the security and integrity of your digital assets let's dive in and explore how to leverage the delete docsignconfig api to efficiently manage your certificates authentication 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 api details the details of the api can be found here sample curl pre production curl location request delete 'https //api preproduction signzy app/api/v3/esign/deletedocsignconfig' \\ \ header 'content type application/json' \\ \ header 'authorization ' \\ \ data '{ "certificateid" "" }' production curl location request delete 'https //api signzy app/api/v3/esign/deletedocsignconfig' \\ \ header 'content type application/json' \\ \ header 'authorization ' \\ \ data '{ "certificateid" "" }' input parameters parameter name type mandatory/optional description certficateid string mandatory id of the certificate that was uploaded, which needs to be deleted sample response 200 { "deleted" true } output parameters parameter name type description deleted boolean true/false it tells the status of deletion of certificate from the system sample errors 400 { "name" "error", "message" "certificateid is not allowed to be empty", "reason" "validation error", "type" "bad request", "statuscode" 400 } 401 { "message" "invalid authentication credentials" } 404 { "name" "error", "message" "certificate not found", "reason" "error", "type" "not found", "statuscode" 404 } 500 { "message" "internal server error" } error parameter parameter type description name string in case of error, the name will come as "error" message string error message reason string reason for the error type string type of error statuscode string status code of the error error codes 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 the certificate id entered is not stored in the system 500 internal server error internal error at signzy, please write to us at help\@signzy com