Skip to main content

Delete profile

POST 

/:apiKey/deleteProfile

Delete a customer profile.

In case of any errors due to invalid requests, invalid configuration or any other unexpected reason, the system will answer with a generic error response.

Request

Path Parameters

    apiKey stringrequired

    API Key of Connector

Body

required

Delete a customer profile

    oneOf

    profileGuid stringrequired

    Possible values: >= 32 characters and <= 32 characters

    Customer id assigned by the payment platform.

Responses

Delete a customer profile

Schema

    success boolean
    property name* any
Loading...