deletePath

deletePath(pathName: String);

The deletePath method of the JadeOpenAPIGenerator class excludes the path specified in the pathName parameter from the specification.

The OpenAPI and REST path concept is implemented by a JADE method, so the deletePath method deletes, or excludes, only the representation of the method (as a path) in the specification. It does not delete the method from your schema.

If the path contains any other operations (that is, the representations of any other methods), they are not deleted.

2020.0.02 and higher