Deletes an API key
DELETE /v1/apikey/{apiKeyID}
Summary
Deletes an API key.
Details
This endpoint requires an authenticated web session.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| apiKeyID | path | integer (int64) | Yes | The ID of the API key to delete. | 1 |
Request Body
No request body is documented here.
Responses
200
Success. No response body.
No response body schema documented.