Testkube Control Plane ../tests environment operations
Testkube Pro API (cloud-api/1.10.51)
Download OpenAPI specification:Download
E-mail: testkube@kubeshop.io  License: COMMERICAL 
API for Testkube Pro
Delete test
Deletes test executions
Authorizations:
None
path Parameters
| id required  | string  unique id of the object  | 
| environmentID required  | string  unique id of the environment  | 
| testName required  | string  unique id of the test  | 
Responses
Response samples
- 401
 - 403
 
Content type
application/problem+json
{- "title": "Invalid test name",
 - "status": 500,
 - "detail": "Your test name can't contain forbidden characters like \"}}}\" passed",
 
}Get labels for environment
Get labels for a test in the specified environment
Authorizations:
None
path Parameters
| id required  | string  unique id of the object  | 
| environmentID required  | string  unique id of the environment  | 
| testName required  | string  unique id of the test  | 
Responses
Response samples
- 200
 - 401
 - 403
 
Content type
application/json
{- "app": [
- "backend"
 
], - "env": [
- "prod"
 
] 
}