Delete a test case
delete
https://{your_site_interface}/opa-hub/api/12.2.39/tests/{test-suite-name}/testcases/{test-case-name}
This operation will delete a test case.
Request
Path Parameters
-
test-case-name(required): string
The name of the test case to be retrieved.
-
test-suite-name(required): string
The name of the test suite to be retrieved.
There's no request body for this operation.
Security
-
Authorization: apiKey
Type:
apiKey
Description:Obtain a bearer token from https://{your_site_interface}/opa-hub/api/12.2.17/auth and use it in the Authorization header as: Bearer {token}.
-
oauth2_opa: oauth2
Type:
oauth2
Description:POST the OAuth2 Client Credentials parameters to https://{your_site_interface}/opa-hub/api/12.2.17/auth and use the access token from the response in the Authorization header.
Response
Supported Media Types
- application/json
204 Response
Delete operation successful. No Content.