Skip to main content
DELETE
Delete a specific inference API key

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

ID of the project

Pattern: ^pj[0-9a-hj-km-np-tv-z]{24}$
Example:

"pjkkmx0f2vke4h36nk9cm8v8q0"

inference_api_key_id
string
required

ID of the inference API key

Pattern: ^ak[0-9a-hj-km-np-tv-z]{24}$
Example:

"akkkmx0f2vke4h36nk9cm8v8q0"

Response

An empty response after successful resource delete