Delete a shared library
xmatters_delete_a_shared_libraryDelete a shared library by ID from xMatters. Requires explicit confirmation and write permission; permanently removes the library and may notify affected recipients.
Instructions
Delete a shared library. DELETE /api/xm/1/shared-libraries/{libraryID}. Body fields: none. Reference: https://help.xmatters.com/xmapi/#delete-a-shared-library 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: none. 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. |