cURL
curl --request DELETE \ --url https://api.steuerboard.com/v1/admin/users/{id} \ --header 'Authorization: Bearer <token>'
{ "object": "file", "deleted": true, "id": "cmf41ajzv003706un4i99q19z" }
Deletes an accountant user by ID.
Bearer token authentication
The ID of the item
"cmf41ajzv003706un4i99q19z"
Accountant user removed
The type of the deleted object
"file"
Whether the object was deleted
true
The ID of the deleted object