Skip to content

Delete one step nobody carries

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

Only a step with count: 0. One that cases carry is refused (409) — rename or merge it instead; deleting it would mean rewriting those cases.

id
required
string

Deleted

No / invalid token or session

No such step in your projects

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

Cases carry the step

Media type application/json
object
error
required
string
Example
{
"error": "the step is used by cases — rename or merge it instead"
}

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