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": {} }
Delete an existing extraction
DELETE https://api.withflora.io/v1/extractions/{id}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"2de3fab1-7950-4810-8bd6-7d92f72a4d43"
200
The response is of type object.
object
Was this page helpful?