Instance Method
delete(_:use:)
@discardableResult @preconcurrency func delete<Response>(_ path: PathComponent..., use closure: @escaping @Sendable (Request) async throws -> Response) -> Route where Response : AsyncResponseEncodable
Instance Method
@discardableResult @preconcurrency func delete<Response>(_ path: PathComponent..., use closure: @escaping @Sendable (Request) async throws -> Response) -> Route where Response : AsyncResponseEncodable