Skip to main content

Remove Segment Keys From Environment

Delete a list of segment keys via JSON from an existing segment.

Parameters

ParameterDescription
CommentA comment to add to the identifier removal action.
EnvironmentThe id of the environment from which to delete segment keys.
IdentifiersA comma-separated list of identifiers to delete from segment.
Segment NameThe name of the segment from which to delete keys.
WorkspaceThe 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

Workflow LibraryPreview this Workflow on desktop