Skip to main content
POST
/
activities
/
remove
Remove activities
curl --request POST \
  --url https://app.azalt.co/api/v1/activities/remove \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "activityIds": [
    "<string>"
  ]
}
'
{
  "success": true,
  "count": 123
}

Authorizations

Authorization
string
header
required

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

Body

application/json
activityIds
string[]
required
Minimum array length: 1

Response

Successful response

success
boolean
required
count
number
required