activity_types_delete
Remove a custom activity type by marking it as deleted. Existing activities retain the type, but it becomes unavailable for new activities.
Instructions
Delete an activity type.
Marks an activity type as deleted. Only custom activity types can be deleted, not system-defined ones.
Workflow tips:
Use activity_types/list to find the activity type ID first
Only custom activity types can be deleted (is_custom_flag = true)
Existing activities with this type will retain the type but it won't be available for new activities
This action marks the type as inactive (active_flag = false)
Common use cases:
Remove unused custom type: { "id": 12 }
Clean up old activity types: { "id": 15 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the activity type to delete |