misp_delete_attribute
Delete a MISP attribute by ID, choosing between soft and hard deletion; confirmation required for destructive operations.
Instructions
Delete (soft or hard) an attribute from MISP. Destructive: requires confirm:true (or MISP_ALLOW_DESTRUCTIVE=true); hard delete also requires confirmHard:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hard | No | Hard delete (permanent) instead of soft delete | |
| confirm | No | Must be true to perform this destructive deletion (unless MISP_ALLOW_DESTRUCTIVE=true) | |
| attributeId | Yes | Attribute ID to delete | |
| confirmHard | No | Must be true (in addition to confirm) to perform a permanent hard delete |