Class DeleteRowsCommand

java.lang.Object
org.labkey.remoteapi.Command<ResponseType,org.apache.hc.client5.http.classic.methods.HttpPost>
All Implemented Interfaces:
HasRequiredVersion

public class DeleteRowsCommand extends SaveRowsCommand
Command for deleting rows from a read-write schema. The user associated with the connection used when executing this command must have permission to delete the data.

For details on schemas and queries, and example code, see the SaveRowsCommand.

  • Constructor Details

    • DeleteRowsCommand

      public DeleteRowsCommand(String schemaName, String queryName)
      Constructs a DeleteRowsCommand for the given schemaName and queryName. See the SaveRowsCommand for more details.
      Parameters:
      schemaName - The schemaName
      queryName - The queryName.
      See Also: