cURL
curl --request DELETE \ --url https://api.fieldwise.ai/api/v1/documents/internal/{document_id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "deleted_count": 123, "deleted_ids": [ 123 ] }, "error": { "error_code": "RESOURCE_NOT_FOUND", "message": "Resource not found" }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "version": "1.0" } }
Delete a single document by its internal ID.
Successful Response
The response is of type object.
object