Skip to main content
DELETE
/
api-keys
/
{id}
Delete an API key
curl --request DELETE \
  --url https://slog.ai/api-keys/{id} \
  --header 'slog-api-key: <api-key>'
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Authentication required"
  }
}

Authorizations

slog-api-key
string
header
required

API key obtained from the Slog dashboard or returned by the signup/invite-redeem flows. Pass as the slog-api-key header.

Path Parameters

id
string
required

ID of the API key to delete.

Response

API key deleted.