feat: manage owner usage history records
This commit is contained in:
@@ -127,6 +127,10 @@
|
||||
...options,
|
||||
method: "POST",
|
||||
body: input
|
||||
}),
|
||||
deleteUsageRecord: (id, options = {}) => request(`usage-records/${encodeURIComponent(id)}`, {
|
||||
...options,
|
||||
method: "DELETE"
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user