Nuix · Schema

MarkupSetDeleteResponse

Schema for MarkupSetDeleteResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
success boolean Gets whether the markup set was successfully deleted.
name string The name of the deleted markup set.
View JSON Schema on GitHub

JSON Schema

nuix-rest-markupsetdeleteresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-markupsetdeleteresponse.json",
  "title": "MarkupSetDeleteResponse",
  "description": "Schema for MarkupSetDeleteResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Gets whether the markup set was successfully deleted."
    },
    "name": {
      "type": "string",
      "description": "The name of the deleted markup set."
    }
  }
}