DELETE
/api/v1/institute/{id}
curl \
--request DELETE 'https://api.echoplain.social/api/v1/institute/{id}'
Response examples (200)
{
"message": "Institute \"University of Nairobi\" deleted successfully.",
"deleted": {
"code": "UoN",
"name": "University of Nairobi"
}
}
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}