Remover cliente
Para deletar um cleinte, é necessário ter um token válido e utilizar o endpoint Remover Cliente.
Modelo de Requisição:
Request
curl --location --request DELETE 'https://sandbox.openfinance.celcoin.dev//baas/v1/payment-links/customer/6a0e26073b3deb1e41926265' \
--header 'Authorization: Bearer *****’
Query Params
| Objeto | Campo | Descrição | Tipo | Obrigatório |
|---|---|---|---|---|
| - | customerId | id externo do cliente. | string | Sim |
Updated about 3 hours ago