Skip to content

Clear a variant assignment for an experiment context

DELETE
/api/v4/experiments/{experiment_name}/assignments

Removes the cached variant assignment for the given experiment and context, returning the actor to normal rollout assignment. Defaults to current user if no context is provided.

experiment_name
required
string
context

Context parameters (user, namespace, project). An actor context is resolved from the user. Defaults to current user.

object

No Content

Bad request

Unauthorized

Forbidden

Not Found