Deletes an API key from the project.
DELETE /organization/projects/{project_id}/api_keys/{key_id}
DELETE
/organization/projects/{project_id}/api_keys/{key_id}
Authorizations
Parameters
Path Parameters
project_id
required
string
The ID of the project.
key_id
required
string
The ID of the API key.
Responses
200
Project API key deleted successfully.
object
object
required
string
id
required
string
deleted
required
boolean
400
Error response for various conditions.
object
error
required
object
code
required
string
message
required
string
param
required
string
type
required
string