{
  "algorithm": {
    "parameters": [
      {
        "name": "catalogType",
        "type": "string"
      },
      {
        "name": "catalogId",
        "type": "string"
      }
    ],
    "statements": [],
    "typeReturn": "obj()",
    "variables": []
  },
  "routing": {
    "method": "DELETE",
    "parameters": [
      {
        "bind": "catalogType",
        "in": "Path",
        "name": "catalogType",
        "remarks": "catalogType"
      },
      {
        "bind": "catalogId",
        "in": "Path",
        "name": "catalogId",
        "remarks": "Id"
      }
    ],
    "path": "/catalogs/{catalogType}/{catalogId}",
    "remarks": "Deletes a generic catalog",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "OK"
      },
      {
        "httpStatus": "204",
        "remarks": "Deleted"
      },
      {
        "errorName": "Unauthorized",
        "httpStatus": "401",
        "remarks": "Unauthorized"
      },
      {
        "errorName": "Forbidden",
        "httpStatus": "403",
        "remarks": "Forbidden"
      },
      {
        "errorName": "NotFound",
        "httpStatus": "404",
        "remarks": "Not found"
      }
    ]
  }
}