Skip to main content
Delete an index record and associated assets. Required fields: indexName Example request
curl -X POST "https://service.usemoss.dev/manage" \
  -H "Content-Type: application/json" \
  -H "x-service-version: v1" \
  -H "x-project-key: moss_access_key_xxxxx" \
  -d '{
    "action": "deleteIndex",
    "projectId": "project_123",
    "indexName": "support-faq"
  }'
Responses
true
Errors
  • 404 if the index is missing.