activity_types_delete
Delete a custom activity type from Pipedrive by providing its ID. Marks the type as inactive, removing it from new activity options while retaining existing activities with that type.
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 |