Skip to main content
DELETE
/
shared-steps
/
{sharedStepId}
curl -X DELETE "https://nunu.ai/api/v1/shared-steps/ssc_login" \
  -H "X-Api-Key: YOUR_API_TOKEN"
{ "id": "ssc_login", "deleted": true }

Documentation Index

Fetch the complete documentation index at: https://api-docs.nunu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Permission Required: project:edit-tests
Permanently delete a shared step collection from your project. The deletion is rejected with 409 if any tests still reference the collection — update or delete those tests first.

Path Parameters

sharedStepId
string
required
The shared step collection ID

Response

id
string
required
ID of the deleted shared step (echoes the path param)
deleted
boolean
required
Always true on success
curl -X DELETE "https://nunu.ai/api/v1/shared-steps/ssc_login" \
  -H "X-Api-Key: YOUR_API_TOKEN"
{ "id": "ssc_login", "deleted": true }

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

sharedStepId
string
required

Shared step collection ID

Response

Shared step deleted

Standard response for DELETE operations on tests, test plans, and shared steps.

id
string
required

ID of the deleted resource (echoes the path param)

deleted
enum<boolean>
required

Always true on success

Available options:
true