ServerOpenapi
Delete flag
Deletes one flag by `flag` query parameter (flag code).
Deletes one flag by flag query parameter (flag code).
Authorization
CookieAuth token<token>
Session JWT cookie returned by /api/v1/auth/login.
In: cookie
Query Parameters
flag*string
Flag code
Response Body
application/json
application/json
application/json
curl -X DELETE "https://loading/api/v1/delete-flag?flag=string"{
"message": "string"
}{
"details": "string",
"error": "string"
}{
"details": "string",
"error": "string"
}