Slite · Example Payload

Delete Index

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

Delete Index is an example object payload from Slite, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "delete-index",
  "method": "DELETE",
  "path": "/ask/index",
  "examples": {
    "response_200_Example_1": {
      "ok": true
    }
  }
}