Skip to main content

Delete File

Delete an uploaded document. This endpoint allows you to delete an uploaded document.

DELETE /api/v1/documents/{nameOrId}

Path param

authorization : *bearer
REQUEST BODY SCHEMA: multipart/form-data


NameDescriptionRequiredType
nameOrIdName or ID of the document to be downloaded.
Example: policy-certificate.pdf
Requiredany

Response

CodeDescription
200Deleted Document Information
409Unauthorized

Response Sample

Content type
application/json

[
{
"statusCode": 200,
"success": true,
"data": [
+ {...}
]
}
...
]