ShadowExperimentService
Delete a shadow experiment
Deletes a shadow experiment and its target records. The underlying deployments are not deleted.
delete/projects/{projectId}/endpoints/{endpointId}/shadowExperiments/{id}
Path parameters
projectIdstring required
Project identifier.
endpointIdstring required
Endpoint identifier.
idstring required
Shadow experiment identifier.
Query parameters
etagstring
Etag for optimistic concurrency.
Response
OK
DEDeleteResponse required
Empty response returned after a successful delete operation.