Delete Custom Field Value
delete_custom_field_valueDelete a custom field value by ID. Confirm the action to permanently remove it from Allure TestOps.
Instructions
Delete a custom field value. ⚠️ CAUTION: Destructive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cfv_id | Yes | Custom field value ID to delete. | |
| confirm | No | Must be set to True to proceed with deletion. Safety measure. | |
| project_id | No | Optional override for the default Project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| custom_field_id | No | Project-scoped custom field ID (optional, resolves by name if missing). | |
| custom_field_name | No | Custom field name to resolve when custom_field_id is not provided. |