Removes a specified ProcessingProfile instance from a workspace.
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Task<ProcessingProfileDeleteResponse> DeleteAsync( ProcessingProfileDeleteRequest processingProfileDeleteRequest )
Parameters
- processingProfileDeleteRequest
- Type: Relativity.Processing.Services.ProcessingProfileDeleteRequest
The request that contains the Aritfact ID of the ProcessingProfile to delete.
Return Value
Type: Task<ProcessingProfileDeleteResponse>Returns a response object with the status of the delete operation.
See Also