Single Delete
Documents
Single Delete
Deletes one document from the index by its document ID.
DELETE
Single Delete
Documentation Index
Fetch the complete documentation index at: https://cludo.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication. Use your Customer ID as the username and API Key as the password. Example header: Authorization: Basic MTIzNDU2NzpteS1hcGkta2V5.
Path Parameters
Your Cludo Customer ID (same as in MyCludo and Basic auth username).
Crawler (content source) ID from MyCludo.
Query Parameters
Document primary key in the index—usually the same string you used as id when indexing (often the canonical URL).
Response
Document deleted successfully.
1 when the document was removed, 0 if nothing matched.
Available options:
0, 1 Example:
1

