diff --git a/pygeoapi/openapi.py b/pygeoapi/openapi.py index a5f64bf..46f038e 100644 --- a/pygeoapi/openapi.py +++ b/pygeoapi/openapi.py @@ -651,12 +651,6 @@ def get_oas_30(cfg): 'produces': ['application/json'], 'parameters': [ {'$ref': '{}#/components/parameters/featureId'.format(OPENAPI_YAML['oapif'])}, # noqa - { - 'in': 'body', - 'name': 'body', - 'description': 'Updates item in collection', - 'required': True, - } ], 'responses': { '200': {'description': 'Successful delete'},