Disableoperator

From SafeStamper API documentation
Jump to navigation Jump to search

This operation disables an authorized operator to use the subscription account.

URL

https://www.safestamper.com/api/disableoperator

Parameters

  • sharedkey: Your API client shared key
  • authkey: Authkey of authorized operator to disable
  • 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, user is not operator or operator is not active

Example

REQUEST:

https://www.safestamper.com/api/disableoperator
?authkey=22644c3d-668c-492f-bef9-6ecf0fa8e495
&sharedkey=axvmfqn8aex21mxhq5zsj7l482saxfu7j4hh
&signature=f9e0222c2fcacbea7923552128a9d395d122e963

RESPONSE:

HTTP 200 OK