Activities
Delete an activity
Deletes a single activity by its activity_id or slug, along with all of its records. Archived activities can also be deleted.
This endpoint should be used with caution as it has the potential to remove a large amount of potentially valuable data.
This endpoint is in alpha and may be subject to breaking changes as we gather feedback.
Required scopes: activity_configuration:read-write, activity_record:read-write.
delete/v2/activities/{activity}
Path parameters
activitystring required
A UUID or slug to identify the activity.
Example:phone_calls
Response
Success
object required
Success
Changes
Changed in 1 of the 19 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○