curl --request DELETE \
--url http://localhost:3000/projects/{projectId}/flags/{flagId}/environments/{envId}/rollouts/{rolloutId} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "OK",
"data": {
"statusCode": 123,
"message": "<string>"
}
}Soft-delete a rollout. Will reject if any targeting rules reference this rollout.
curl --request DELETE \
--url http://localhost:3000/projects/{projectId}/flags/{flagId}/environments/{envId}/rollouts/{rolloutId} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "OK",
"data": {
"statusCode": 123,
"message": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Valid UUID v4 format
Valid UUID v4 format
Valid UUID v4 format
Valid UUID v4 format