# ai_index_orgs_users_documents_destroy Delete a specific document embedding. This endpoint removes a document embedding from the system, including untraining it from any associated pathways. Args: request: The HTTP request. org: Organization key identifier. document_id: The ID of the document embedding to delete. Returns: Response: An empty response with a 204 status code if successful. Raises: NotFound: If the specified document embedding does not exist. Endpoint: DELETE /api/ai-index/orgs/{org}/users/{user_id}/documents/{document_id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `document_id` (string, required) - `org` (string, required) - `user_id` (string, required)