Skip to content

Delete a test plan

DELETE
/v1/plans/{id}
curl --request DELETE \
--url https://beta-api.plune.ai/v1/plans/example \
--header 'Authorization: Bearer <token>'

Gone for good — no bin: the plan is a saved query, and the runs launched from it stay, with meta.planId pointing at an id that no longer answers.

id
required
string

Deleted

No / invalid token or session

No such plan in your projects

Media type application/json
object
error
required
string
Example generated
{
"error": "example"
}

Rate-limited: either the per-route throttle or a tenant quota. Retry-After carries the seconds until the window rolls over.

Media type application/json
object
error
required
string
Example generated
{
"error": "example"
}
Retry-After
integer

Seconds until the window rolls over