Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
application/json
Request payload for deactivating a client API key
The merchant account that owns the API key
Example:
67485577
The client API key value to deactivate
Example:
"abcdefghijklmnopqrstuvwxyz1234"
Email or identifier of the operator performing the deactivation
Example:
"admin@example.com"
Response
200 - application/json
Success - API key deleted successfully
The response is of type string.
Example:
"API key has been deleted successfully"