Avisi cloud logo
Observability

Revoke an access token from an observability tenant.

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

Path Parameters

organisationSlug
Required
string

tenantSlug
Required
string

tokenID
Required
integer

Format: "int64"
curl -X DELETE "http://localhost:8090/api/v1/orgs/string/monitoring/string/tokens/0"

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

{
  "message": "string"
}