hydra-api: implement DELETE /project/{id}
[?]
Apr 27, 2021, 2:35 AM
CTGZFKAIBU63YEYY7OLZIIQUXFFVV3VFUJAJ2NGVCX6GIEEIKDQACDependencies
- [2]
LX326CB7Add hydra OpenAPI description (#750)
Change contents
- edit in hydra-api.yaml at line 261
delete:summary: Deletes a projectparameters:- name: idin: pathdescription: project identifierrequired: trueschema:type: stringresponses:'200':description: project deletedcontent:application/json:schema:type: objectproperties:redirect:type: stringdescription: root of the Hydra instance'404':description: project could not be foundcontent:application/json:schema:$ref: '#/components/schemas/Error'