Contract360 Workflow
Helper APIs
Delete Contract API
10min
introduction in the intricate landscape of contract management, the ability to rectify errors and ensure data accuracy is paramount enter the delete contract api, a powerful tool designed to address the inadvertent creation of contracts by providing a seamless mechanism for their removal with a straightforward input of the contract id, this api empowers organizations to swiftly rectify mistakes, enhancing the precision and integrity of their contract management processes the delete contract api offers a pragmatic solution for instances where contracts are erroneously generated by leveraging the contract id, organizations can efficiently remove unintended contracts, preventing potential complications and maintaining a clean and accurate repository this introduction marks the beginning of an exploration into the features and functionalities of the delete contract api, showcasing its role in mitigating errors and fortifying the reliability of contract management workflows join us as we delve deeper into how this api contributes to the agility and accuracy of contract administration, ensuring that organizations can effortlessly rectify mistakes and uphold the highest standards of data integrity 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 'https //api preproduction signzy app/api/v3/contract/delete' \\ \ header 'authorization ' \\ \ header 'content type application/json' \\ \ data '{ "contractid" " " }' production curl location 'https //api signzy app/api/v3/contract/delete' \\ \ header 'authorization ' \\ \ header 'content type application/json' \\ \ data '{ "contractid" " " }' input parameters key description type mandatory/optional cont ractid id of the contract which needs to be deleted string mandatory sample response 200 { "issuccess" true } output parameters field name description type issuccess the status for the updation of the type of signature string sample errors 400 { "name" "error", "message" "contract expired", "reason" "bad request", "type" "bad request", "statuscode" 400 } 400 { "name" "error", "message" "contractid is required", "reason" "validation error", "type" "bad request", "statuscode" 400 } 401 { "message" "invalid authentication credentials" } 404 { "name" "error", "message" "contract not found", "reason" "bad request", "type" "not found", "statuscode" 404 } 500 { "error" { "name" "error", "message" "internal server error", "reason" "internal server error", "type" "internal server error", "statuscode" 500 } } error parameters 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 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 signer id is not found in the system 500 internal server error internal error at signzy, please reach out to help\@signzy com