cURL
curl --request DELETE \ --url https://api.pictify.io/experiments/api/{uid} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Soft-delete an experiment. Running experiments must be paused or completed first.
API key obtained from the Pictify dashboard
Experiment deleted
true