deleteResource

fun deleteResource(pattern: String)

Deletes any resources that match the provided pattern.

The pattern will match resource paths, with optional wildcards:

  • * will match a single path part.

  • ** will match against the remainder of any valid fully-qualified resource path.