Skip to main content
DELETE
Delete an A/B experiment

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Project identifier.

endpointId
string
required

Endpoint identifier.

id
string
required

A/B experiment identifier.

Query Parameters

etag
string

Etag for optimistic concurrency. If set, the delete is rejected if the current etag does not match.

Response

OK

Empty response returned after a successful delete operation.