English
cURL
curl --request DELETE \ --url https://app.azalt.co/api/v1/activities/{activityId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a specific activity:
Parameters:
activityId
Permanently removes the activity and all calculation data. This action cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response