v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Bookkeepers

Delete bookkeeper

Delete an bookkeeper for the given id

delete/v6/bookkeepers/{id}

Path parameters

idstring required

The id of the bookkeeper

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "id": "bkpr_28868401",
    "userId": "usr_28868401",
    "email": "accountant@example.com",
    "firstName": "Jane",
    "lastName": "Smith",
    "role": "ACCOUNTANT",
    "status": "ACTIVE"
  }
}