Delete Custom Field Value
delete_custom_field_valueDelete a custom field value from Allure TestOps by providing its ID and confirming deletion. Prevents accidental data loss with an explicit confirmation flag before the destructive action is executed.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| action | No | Requested operation name. | |
| cfv_id | No | ||
| status | No | ||
| requires_confirmation | No |