Requires authorization
Delete an experiment.
In addition to the standard parameters, this method supports the parameters listed in the parameters table.
Request
HTTP request
DELETE https://www.googleapis.com/analytics/v3/management/accounts/accountId/webproperties/webPropertyId/profiles/profileId/experiments/experimentId
Parameters
Parameter name | Value | Description |
---|---|---|
Required parameters | ||
accountId |
string |
Account ID to which the experiment belongs |
experimentId |
string |
ID of the experiment to delete |
profileId |
string |
View (Profile) ID to which the experiment belongs |
webPropertyId |
string |
Web property ID to which the experiment belongs |
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/analytics
|
https://www.googleapis.com/auth/analytics.edit
|
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.