Deleteuserpack

From SafeStamper API documentation
Jump to navigation Jump to search

This operation disables the professional services that are linked to the authorization

URL

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

Parameters

  • sharedkey: Your API client shared key
  • authkey: Authkey to disable professional services
  • 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/deleteuserpack
?authkey=0021d81c-e4a5-4869-8384-2fd70cdb58ec
&sharedkey=axvmfqn8aex21mxhq5zsj7l482saxfu7j4hh
&signature=f9e0222c2fcacbea7923552128a9d395d122e963

RESPONSE:

HTTP 200 OK