API Documentation
DELETE /persons/:id/banking
Delete all banking data (Accounts) that were added for this Person.
Headers
| NAME |
VALUE |
| Authorization |
Bearer {JWT} |
URL Parameters
Response Status
| CODE |
VALUE |
| 204 |
Resources deleted |
| 400 |
Request incorrect (cannot delete). |
| 401 |
Not authorized |