itglue_delete_location
Delete a location by providing its ID and confirming with the required safety token 'DELETE_LOCATION'.
Instructions
Delete a location by id. Destructive — requires confirm: "DELETE_LOCATION".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Location id. | |
| confirm | Yes | Required safety token. Pass "DELETE_LOCATION" verbatim to acknowledge this destructive operation. Without it the call is refused. |