api-key-controller
Delete API key by ID (deleteApiKey)
Deletes the API key. Referencing non-existing ApiKey Id will cause an error.
Available for any authorized user.
delete/api/apiKey/{id}
Path parameters
idstring uuid required
Response
OK
Deletes the API key. Referencing non-existing ApiKey Id will cause an error.
Available for any authorized user.
OK