Delete API Key
This endpoint permanently deletes an API key from the system. Once deleted, the API key cannot be recovered and any system using it, will no longer work on any API calls.
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Headers
Preferred language for the response
Body
Request payload for deleting a client API key
The unique identifier of the merchant account
10000000 <= x <= 9999999967485577
The client API key to delete
"abcdefghijklmnopqrstuvwxyz1234"
Email address of the user performing the deletion
"admin@example.com"
Response
Success - API key deleted successfully
The response is of type string.
"API key has been deleted successfully"