Delete an engagement
delete_engagementPermanently delete an engagement only when confirm=true; this action cannot be undone. Use archive if you need to keep the record but remove it from active view.
Instructions
エンゲージメントを完全に削除する(元に戻せない)。confirm=true が必要。残したいだけなら archive_engagement を使う。 / Permanently delete an engagement; requires confirm=true and cannot be undone. Use archive_engagement instead if you only want it out of the way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | 出力言語 / Output language | both |
| confirm | No | true でなければ削除しない / Nothing is deleted unless this is true | |
| engagementId | Yes | 削除する案件 ID(案件名でも可) / Engagement id to delete (a name also works) |