Class DeleteUserRequest

    • Method Detail

      • collectionId

        public final String collectionId()

        The ID of an existing collection from which the UserID needs to be deleted.

        Returns:
        The ID of an existing collection from which the UserID needs to be deleted.
      • userId

        public final String userId()

        ID for the UserID to be deleted.

        Returns:
        ID for the UserID to be deleted.
      • clientRequestToken

        public final String clientRequestToken()

        Idempotent token used to identify the request to DeleteUser. If you use the same token with multiple DeleteUser requests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.

        Returns:
        Idempotent token used to identify the request to DeleteUser. If you use the same token with multiple DeleteUser requests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object