curl --request DELETE \
--url http://localhost:3000/v1/admin/api-keys/{id}{
"success": true,
"message": "<string>"
}Permanently deletes an API key. This action cannot be undone.
curl --request DELETE \
--url http://localhost:3000/v1/admin/api-keys/{id}{
"success": true,
"message": "<string>"
}