Genbase
ApiKits

Delete kit

DELETE
/kit/{owner}/{kit_id}

Authorization

AuthorizationRequiredBearer <token>

JWT Token for authenticated users (obtained via /auth/jwt/login).

In: header

Path Parameters

ownerRequiredstring

Kit owner identifier

kit_idRequiredstring

Kit identifier

curl -X DELETE "http://localhost:8000/kit/string/string" \
  -H "Authorization: Bearer <token>"

Generic success response

{
  "status": "success",
  "message": "string"
}