Skip to content

Instance Method

delete(_:use:)

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