cURL
curl --request DELETE \ --url https://api.copera.ai/public/v1/docs/{docId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Soft-delete a document. Only the document owner can delete it.
Bearer token
ObjectId
24
^[0-9a-fA-F]{24}$
Default Response
Was this page helpful?