Deleteoperator

From SafeStamper API documentation
Revision as of 19:15, 11 December 2018 by 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<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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