Delete an experiment
Experiments
Delete an experiment
Use when: caller wants to remove an experiment (draft or completed) along with its assignments and metrics
Hard-deletes the experiment row. Related ab_test_metrics and ab_test_requests cascade via FK. Irreversible — use carefully on completed experiments since you lose the variant configs + result history.
DELETE
Delete an experiment
Documentation Index
Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Layer API key (prefixed sk-). Generated from the dashboard under Settings → API Keys, or via layer key create in the CLI.
Response
{ success: true }.