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