curl --location --request PATCH 'https://app.launchdarkly.com/api/v2/projects//flags//environments//scheduled-changes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string",
"instructions": [
{
"kind": "removeUserTargets"
}
]
}'
{
"_id": "string",
"_version": 0,
"executionDate": 0,
"instructions": [
{
"kind": "removeUserTargets"
}
]
}