Skip to main content
DELETE
/
activities
/
{activityId}
Remove activity
curl --request DELETE \
  --url https://app.azalt.co/api/v1/activities/{activityId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

activityId
string
required

Response

Successful response

success
boolean
required