Skip to main content
DELETE
/
service-accounts
/
{org}
/
{name}
/
api-keys
/
{key_id}
Revoke an API key for a service account
curl --request DELETE \
  --url https://app.kosli.com/api/v2/service-accounts/{org}/{name}/api-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://kosli-mintlify-62433367.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required
key_id
string
required
org
string
required

Response

Successful Response

The response is of type string.

Last modified on May 6, 2026