DELETE/payments/recipients/{id}

Delete

Deletes the payment recipient resource by its id

Parameters

Path Parameters

NameType
idrequired
string (uuid)

Responses

200Delete a recipient.

Code Examples

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

Try It

Path Parameters