Delete FundingAgency
Path parameters
-
FundingAgency ID
DELETE
/v1/fundingAgencies/{id}
curl \
-X DELETE http://localhost:4000/v1/fundingAgencies/uuidv4
Response examples (204)
{
"data": {
"id": "<uuid v4>",
"name": "Jobcenter Hamburg",
"type": "jobcenter",
"partnerType": "funding_agency"
}
}