curl --location --request DELETE 'https://api.superagent.sh/api/v1/documents/{documentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}
Delete a single document.
curl --location --request DELETE 'https://api.superagent.sh/api/v1/documents/{documentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}
document
id.curl --location --request DELETE 'https://api.superagent.sh/api/v1/documents/{documentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}