Permanently delete one of the user’s own API keys.
cURL
curl --request DELETE \ --url https://your-domain.com/api/me/api-keys/{key_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Successful Response