⚠️ This package is deprecated. v2 is the final release. No future versions will be published.
Skip to content

delete()

ts
import api from "axe-api-client";

// ...
const user = api.resource("users/1").delete();

INFO

You should call the resource(url: string) function before using this function.

Released under the MIT License.