cURL
curl --request DELETE \ --url https://dashboard.gratian.pro/api/client/account/api-keys/{identifier} \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Deletes a given API key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content
The response is of type string[].
string[]