Avisi cloud logo
Observability

Revoke an access token from an observability tenant.

DELETE
/api/v1/orgs/{organisationSlug}/observability/{tenantSlug}/tokens/{tokenID}

Path Parameters

organisationSlugRequiredstring
Pattern: "^[a-z0-9-]+$"
tenantSlugRequiredstring
Pattern: "^[a-z0-9-]+$"
tokenIDRequiredinteger
Format: "int64"

Response Body

Request was successfully processed, but there is no response body to return.

TypeScript Definitions

Use the response body type in TypeScript.

messagestring
curl -X DELETE "https://api.avisi.cloud/api/v1/orgs/string/observability/string/tokens/0"
{
  "message": "string"
}