DeleteAuthTokenRequest

April 11, 2026 ยท View on GitHub

Example Usage

import { DeleteAuthTokenRequest } from "@vercel/sdk/models/deleteauthtokenop.js";

let value: DeleteAuthTokenRequest = {
  tokenId: "5d9f2ebd38ddca62e5d51e9c1704c72530bdc8bfdd41e782a6687c48399e8391",
};

Fields

FieldTypeRequiredDescriptionExample
tokenIdstring:heavy_check_mark:The identifier of the token to invalidate. The special value "current" may be supplied, which invalidates the token that the HTTP request was authenticated with.5d9f2ebd38ddca62e5d51e9c1704c72530bdc8bfdd41e782a6687c48399e8391