Actions
Remove Segment Keys From Environment
Delete a list of segment keys via JSON from an existing segment.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Comment | A comment to add to the identifier removal action. |
| Environment | The id of the environment from which to delete segment keys. |
| Identifiers | A comma-separated list of identifiers to delete from segment. |
| Segment Name | The name of the segment from which to delete keys. |
| Workspace | The id of the workspace in which the environment resides. |
{
"code": 200,
"message": "Deleted 2 keys",
"details": null,
"transactionId": null
}
Was this page helpful?