Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance Method

delete(_:headers:beforeSend:)

func delete(_ url: URI, headers: HTTPFields = [:], beforeSend: (inout ClientRequest) throws -> Void = { _ in }) async throws -> ClientResponse