AccountApi - axios parameter creator export

  • Parameters

    Returns {
        apiAccountDelete: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
    }

    • apiAccountDelete: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)

      The account block action is irreversible through the API. Users must contact support to unblock their accounts if this action was done in error. summary Disables a user's account by marking it as blocked in Auth0. The user ID is extracted from the JWT token provided in the Authorization header.

        • (options?): Promise<RequestArgs>
        • Parameters

          • Optionaloptions: RawAxiosRequestConfig = {}

            Override http request option.

          Returns Promise<RequestArgs>