Delete an API key
Deletes an existing API key.
DELETE /api/management/security/apiKeys/{apiKeyId}
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
apiKeyId | path | string | Guid | The API key identifier |
Example request
DELETE: /api/management/security/apiKeys/8f3dad0f-9ac3-450f-a825-0457542c04c7
Response message
HTTP status code | Reason | Response model |
---|---|---|
204 | NoContent | |
401 | Unauthorized | Error |
403 | Forbidden | Error |
404 | NotFound | Error |
500 | InternalServerError | Error |