Skip to main content

Delete Buyer Details

DELETE 

/buyers/{buyerId}

Deletes a buyer and unlinks all the payment tokens associated with this buyer. The payment tokens remain available.

Request

Path Parameters

    buyerId BuyerIdrequired

    Possible values: <= 255 characters

    Unique identifier of the customer in your system.

Responses

OK

Schema

    result

    object

    required

    status stringrequired

    Possible values: [success, error]

    errors

    object

    code string

    Possible values: <= 11 characters

    reason string

    Possible values: <= 400 characters

Loading...