Skip to main content

Remove a Document

DELETE 

/v4/documents/:documentId

This endpoint removes a specific document.

Request

Path Parameters

    documentId stringrequired

    The unique identifier of the document.

Responses

A container that include the id of the removed document

Schema

    documentId string

    the Id of the removed document.

Loading...