DELETE/payments/customers/{id}

Delete

Deletes the payment customer resource by its id

Parameters

Path Parameters

NameType
idrequired
string (uuid)

Responses

200Delete a customer request.

Code Examples

bash
curl -X DELETE 'https://api.pluggy.ai/payments/customers/{id}' \
  -H 'Content-Type: application/json' \
  -H 'X-API-KEY: YOUR_API_KEY'

Try It

Path Parameters