KKAVBWFRUFMGAHC37Q2HN4CLRPDJMVQU4SDRMBQ6BI223NFYWGYQC delete:summary: Deletes a jobset designated by project and jobset idparameters:- name: project-idin: pathdescription: name of the project the jobset belongs torequired: trueschema:type: string- name: jobset-idin: pathdescription: name of the jobset to retrieverequired: trueschema:type: stringresponses:'200':description: jobset successfully deletedcontent:application/json:schema:type: objectproperties:redirect:type: stringdescription: root of the Hydra instance'404':description: jobset couldn't be foundcontent:application/json:schema:$ref: '#/components/schemas/Error'