Delete inference API key
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
Delete inference API key
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Example:
1
Api key name.
Minimum string length:
4Pattern:
^[a-z0-9]([-a-z0-9]*[a-z0-9])?$Example:
"aws-dev"
Response
204
No Content