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.