DELETE
/payments/requests/{id}Excluir
Exclui o recurso de solicitação de pagamento pelo seu id
Parameters
Path Parameters
| Name | Type |
|---|---|
idrequired | string (uuid) |
Responses
200Excluir uma solicitação de pagamento.
curl -X DELETE \
'https://api.pluggy.ai/payments/requests/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY'