204
Successfully deleted shared step
401
Unauthorized - invalid or expired authentication credentials
application/json
Schema:
ErrorResponse
404
Shared step not found
application/json
Schema:
ErrorResponse
409
Conflict - shared step is in use by one or more test suites
application/json
Type:
[object]
{
"properties": {
"error": {
"description": "Error message",
"type": "string"
},
"testSuites": {
"description": "List of test suite IDs that reference this shared step",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
500
Server error while deleting shared step
application/json
Schema:
ErrorResponse