Pixxel

Delete Insights

Deletes an insight

DELETE/v0/aoi/{aoi_id}/insights/{insight_id}
Authorisations
AuthorizationString
Path Parameters
aoi_idstringrequired
ID of the AOI
insight_idstringrequired
ID of the insight which was run on the AOI
Query Parameters
project_idstringrequired
ID of the project to which the AOI belongs
Response
OK
Delete Insights
1curl -X DELETE 'https://api.pixxel.space/v0/aoi/{aoi_id}/insights/{insight_id}' \
2 -H 'Authorization: YOUR_API_KEY'
Response:
{}