# Deletes an API Key Deletes an API key for the given identifier Endpoint: DELETE /cf/admin/apikey/{identifier} Version: 1.0 Security: x-api-key ## Path parameters: - `identifier` (string, required) Unique identifier for the object in the API. ## Query parameters: - `projectIdentifier` (string, required) The Project identifier - `environmentIdentifier` (string, required) Environment Identifier - `accountIdentifier` (string, required) Account Identifier - `orgIdentifier` (string, required) Organization Identifier ## Response 401 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 403 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 404 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 500 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed