{
  "summary": "Delete the {{service}} identified by its name.",
  "operationId": "{{operationId}}",
  "tags": [
    "{{tag}}"
  ],
  "parameters": [
    {
      "$ref": "#/components/parameters/path-name"
    }
  ],
  "responses": {
    "200": {
      "description": "200 OK Response: The {{datatype}} name will be returned.",
      "content": {
        "application/json": {
          "schema": {
            "$ref": "#/components/schemas/named-reference"
          }
        }
      }
    }
  }
}
