Deleteauth: Difference between revisions
Jump to navigation
Jump to search
api>Admin |
m 1 revision imported |
(No difference)
|
Latest revision as of 06:27, 17 October 2023
This operation deletes a user's authorization and disables all professional services linked to the authorization.
URL
https://www.safestamper.com/api/deleteauth
Parameters
- sharedkey: Your API client shared key
- authkey: Authkey 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/deleteuser ?authkey=0021d81c-e4a5-4869-8384-2fd70cdb58ec &sharedkey=axvmfqn8aex21mxhq5zsj7l482saxfu7j4hh &signature=f9e0222c2fcacbea7923552128a9d395d122e963
RESPONSE:
HTTP 200 OK