Skip to main content
DELETE
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

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

sharedStepId
string
required

Shared step collection ID

projectId
string
required

The project ID. You can copy it from the project settings page or the project URL in the dashboard.

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