DELETE
/
v0
/
aoi
/
{aoi_id}
/
insights
/
{insight_id}
Delete Insights
curl --request DELETE \
  --url https://api.pixxel.space/v0/aoi/{aoi_id}/insights/{insight_id} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

aoi_id
string
required

ID of the AOI

insight_id
string
required

ID of the insight which was run on the AOI

Query Parameters

project_id
string
required

ID of the project to which the AOI belongs

Response

200

OK