Type alias DeleteTokenPayloadType

DeleteTokenPayloadType: {
    apiEndpoint: string | URL;
    apiToken: string;
    id: string;
    timeout?: number;
}

deleteToken

Type declaration

  • apiEndpoint: string | URL

    The API endpoint for authentication.

  • apiToken: string

    The API token for authentication.

  • id: string
  • Optional timeout?: number

    optional timeout for the requests