This revokes the instance Token, which was optionally generated when the instance was launched. No authentication is required to use this endpoint, which is typically used by a remote system driven by instance callbacks.

Tokens automatically expire after a period of time but can be revoked instantly with this endpoint.

The remote system will revoke the token when it's finished with it

  • Parameters

    • instanceId: string
    • token: string
    • Optionaloptions: AxiosRequestConfig

    Returns Promise<void>