Skip to content

DELETE /api/orgs/{org}/projects/{prj}/runs/{id}/tags

DELETE
/api/orgs/{org}/projects/{prj}/runs/{id}/tags

Authorizations

Testslick OpenAPI Security Scheme

Authentication

TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)

Parameters

Path Parameters

id*
Typestring
Required
formatuuid
pattern[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
org*
Typestring
Required
prj*
Typestring
Required

Request Body

application/json
JSON
[
{
"id": "string",
"runId": "string",
"requirementId": "string",
"testId": "string",
"issueId": "string",
"tagId": "string",
"name": "string",
"color": "string",
"description": "string"
}
]

Responses

OK
application/json

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI