Delete a test case
DELETE/api/v1/testcases/:id
Delete a test case
Request
Path Parameters
id stringrequired
Responses
- 204
- 400
- 500
No Content
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...