Delete a conference bridge
xmatters_delete_a_conference_bridgeDelete a conference bridge by its ID from xMatters. Requires explicit confirmation and write permissions to remove the bridge and update tenant data.
Instructions
Delete a conference bridge. DELETE /api/xm/1/conference-bridges/{bridgeID}. Body fields: none. Reference: https://help.xmatters.com/xmapi/#delete-a-conference-bridge Requires operator write opt-in and confirm:true; may notify recipients or change tenant data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| query | No | API query parameters; arrays are comma-joined. Documented names: id. Pagination is explicit using offset and limit; results are not automatically combined. | |
| confirm | Yes | Explicit approval of this exact mutation. Operator must also enable XMATTERS_ALLOW_WRITES. |