Delete an Account
cURL
curl --request DELETE \ --url https://api.bookeeping.ai/public-api/v1/accounts/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "metaData": { "warnings": [ "<string>" ] }, "data": {} }
API key for authentication. Get your key from the Dashboard > Settings > API Access.
The id of the account. Expected to be a valid object id like 666666666666666666666666
Delete an Account executed successfully
Success message
Show child attributes
Any validation warnings