Skip to main content
DELETE
/
v1
/
workspaces
/
{workspace_id}
/
provider-keys
/
{key_id}
Delete Provider Key
curl --request DELETE \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/provider-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
Deletes a provider API key from the workspace.
This endpoint uses session authentication, not API key authentication. See Authentication.
See also: Bring Your Own Key.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.