contentstack · Schema

DeleteResponse

Response returned after a successful Knowledge Vault delete operation.

Properties

Name Type Description
message string Confirmation message for the deletion.
View JSON Schema on GitHub

JSON Schema

contentstack-deleteresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeleteResponse",
  "title": "DeleteResponse",
  "type": "object",
  "description": "Response returned after a successful Knowledge Vault delete operation.",
  "properties": {
    "message": {
      "type": "string",
      "description": "Confirmation message for the deletion."
    }
  }
}