DELETE
/
documents
/
{document_id}
curl --request DELETE \
  --url http://localhost:8000/documents/{document_id}
"<any>"

Headers

authorization
string

Path Parameters

document_id
string
required

Response

200
application/json
Successful Response

The response is of type any.