delete_document_type
Remove a document type by ID from either global or project scope. Choose the correct scope to delete the type from the intended context.
Instructions
Delete a document type. Use scope='global' for global types, or scope='project' for project-specific types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Type scope to delete from: 'global' or 'project' | global |
| type_id | Yes | Type ID to delete |