Remove Customer

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.

Path Params
uuid
required

A unique identifier for a Customer, as registered on Bud's platform.

Headers
string
required

The API Client Identifier (Service Application Identifier).

Responses
204

The request was successfully processed and no content is returned.

401

An unauthenticated request was received.

404

No customer was found with the given ID.

405

The request uses an unexpected HTTP method.

5XX

An unexpected error occurred on the server side.

Language
Credentials
OAuth2