delete deprecatedhttps://api-sandbox.thisisbud.com/v1/customers/
This endpoint is used to delete an existing Customer. Calling this deletes all data associated with the customer including any Open Banking Consents.
If the customer with the given ID does not exist or has already been deleted, a 404 error is returned.
Responses
204The request was successfully processed and no content is returned.
401An unauthenticated request was received.
404No customer was found with the given ID.
405The request uses an unexpected HTTP method.
5XXAn unexpected error occurred on the server side.