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.
Bearer authentication header of the form Bearer
Preferred language for the response
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"
Success - API key deleted successfully
The response is of type string.
"API key has been deleted successfully"