mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-25 16:34:00 +02:00
title
| title |
|---|
| Balance Destroy |
Balance Destroy Endpoint
The balance destroy endpoint soft deletes a balance and returns the deleted balance resource.
For example, the /api/balance/1 endpoint will soft delete the balance of id '1' and return the deleted balance resource.
URL
DELETE /api/balance/{id}
Authentication
Required Permission: delete balance
Roles with Permission: Admin
Parameters
None
Response
{
balance: {
id: id,
date: "date",
service: "service",
frequency: "frequency",
usage: usage,
month_to_date_balance: month_to_date_balance,
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at"
}
}