curl --request DELETE \
--url https://app.azalt.co/api/v1/targets/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Permanently delete a target and all its associated target entries.
This action cannot be undone. Any references to this target in reports or dashboards will be affected.
curl --request DELETE \
--url https://app.azalt.co/api/v1/targets/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}