activity_types_bulk_delete
Delete multiple custom activity types in a single operation by providing comma-separated IDs. Clean up unused activity types quickly.
Instructions
Delete multiple activity types in bulk.
Marks multiple activity types as deleted in a single operation. Only custom activity types can be deleted.
Workflow tips:
Provide comma-separated activity type IDs
Only custom activity types can be deleted (is_custom_flag = true)
More efficient than deleting one at a time
All specified types are marked as inactive in one request
Common use cases:
Remove multiple custom types: { "ids": "12,13,14" }
Bulk cleanup: { "ids": "15,16,17,18" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated activity type IDs to delete (e.g., "1,2,3") |