Delete an extraction by its ID. This action cannot be undone.
API Request
DELETE https://api.withflora.io/v1/extractions/{id}
Bearer YOUR_FLORA_API_KEY
Path Parameters
The unique identifier of the extraction to delete
Response
Indicates if the request was successful
A message describing the result
Empty object indicating successful deletion
curl --request DELETE \
--url 'https://api.withflora.io/v1/extractions/4a81beae-3737-4a49-aa4d-466011527a6e' \
--header 'Authorization: Bearer YOUR_FLORA_API_KEY'
{
"status": true,
"message": "Extraction deleted successfully",
"data": {}
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Example:"2de3fab1-7950-4810-8bd6-7d92f72a4d43"
Example:"Extraction deleted successfully"