Remove Segment Keys From Environment
Delete a list of segment keys via JSON from an existing segment.
Parameters
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. |
Example Output
{
"code": 200,
"message": "Deleted 2 keys",
"details": null,
"transactionId": null
}
Workflow Library Example
Remove Segment Keys from Environment with Split and Send Results Via Email
Preview this Workflow on desktop