Remove an endpoint from an endpoint group
action1_remove_endpoint_from_groupRemove an endpoint from an endpoint group using the group ID and endpoint UUID.
Instructions
Remove a single endpoint from an endpoint group. POSTs the spec array body [{method:DELETE,endpoint_id}] to /endpoints/groups/{org}/{group}/contents (there is no DELETE verb or /contents/{id} sub-path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Org UUID. | |
| confirm | No | Required to execute. Exact string "YES". | |
| dry_run | No | Default true (preview). Set false to execute. | |
| group_id | Yes | Endpoint group id. | |
| endpoint_id | Yes | Endpoint UUID. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||