ABExperimentService
Delete an A/B experiment
Deletes an A/B experiment and removes its managed traffic split. The deployments themselves are not deleted.
delete/projects/{projectId}/endpoints/{endpointId}/abExperiments/{id}
Path parameters
projectIdstring required
Project identifier.
endpointIdstring required
Endpoint identifier.
idstring required
A/B experiment identifier.
Query parameters
etagstring
Etag for optimistic concurrency. If set, the delete is rejected if the current etag does not match.
Response
OK
DEDeleteResponse required
Empty response returned after a successful delete operation.