Deleteoperator: Difference between revisions
Jump to navigation
Jump to search
api>Admin Created page with "This operation deletes the authorized operator. All the operator's certificates will be owned by the main user = URL = <nowiki>https://www.safestamper.com/api/deleteoperator<..." |
m 1 revision imported |
(No difference)
|
Latest revision as of 06:27, 17 October 2023
This operation deletes the authorized operator. All the operator's certificates will be owned by the main user
URL
https://www.safestamper.com/api/deleteoperator
Parameters
- sharedkey: Your API client shared key
- authkey: Authkey of authorized operator to delete
- signature: Parameters signature, as explained in Signature parameter
Returns
HTTP 200 OK
HTTP Errors
- 401 Unauthorized: the authkey is not valid
- 403 Forbidden: the sharedkey is not valid
Example
REQUEST:
https://www.safestamper.com/api/deleteoperator ?authkey=22644c3d-668c-492f-bef9-6ecf0fa8e495 &sharedkey=axvmfqn8aex21mxhq5zsj7l482saxfu7j4hh &signature=f9e0222c2fcacbea7923552128a9d395d122e963
RESPONSE:
HTTP 200 OK