Skip to main content
DELETE
/
partner
/
v1
/
customers
/
{customerNumber}
/
link
Delete existing customer link
curl --request DELETE \
  --url https://api.rabot-charge.de/partner/v1/customers/{customerNumber}/link \
  --header 'Authorization: Bearer <token>'
This endpoint can be used to revoke the data access approved by a customer via the customer linking flow. When the link is deleted, you will only have the default access level to the data of this customer and related contracts as per the partner configuration.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerNumber
string
required

The unique identifier for the customer whose link should be deleted.

Response

200

OK