curl --request DELETE \
--url https://app.azalt.co/api/v1/activities/{activityId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Delete a specific activity:
Parameters:
activityId: Unique identifier of the activity to deletePermanently removes the activity and all calculation data. This action cannot be undone.
curl --request DELETE \
--url https://app.azalt.co/api/v1/activities/{activityId} \
--header 'Authorization: Bearer <token>'{
"success": true
}