Everywhere Inference
Delete inference API key
This endpoint deletes a specific API key for everywhere inference. If the API key is attached to any inference deployments, it will not be removed. ConflictError will be raised
delete/cloud/v3/inference/{project_id}/api_keys/{api_key_name}
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
api_key_namestring required
Api key name.
Example:aws-dev
Api key name.
Response
No Content