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