Skip to main content

Delete Document

DELETE 

/document/:document_id

The Delete document API allows you to remove specific document from your documents.

Request

Path Parameters

    document_id stringrequired

    Provide objectId of document to delete

Responses

Document deleted successfully!

Schema

    objectId string
    deletedAt date
Loading...