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.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”experiment_name
required
string
Query Parameters
Section titled “Query Parameters”context
Context parameters (user, namespace, project). An actor context is resolved from the user. Defaults to current user.
object
Responses
Section titled “Responses”No Content
Bad request
Unauthorized
Forbidden
Not Found