cURL
curl --request DELETE \ --url https://api.nugen.in/api/v3/documents/{id} \ --header 'Authorization: Bearer <token>'
{ "document_id": "<string>", "message": "<string>" }
Delete a specific document by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
document id
Deletion Message
Was this page helpful?