Pular para o conteúdo principal
DELETE
/
customers
/
{id}
Remover customer
curl --request DELETE \
  --url https://api.sandbox.z2pay.com/customers/{id} \
  --header 'x-api-key: <api-key>'

Autorizações

x-api-key
string
header
obrigatório

API Key da Credential (gerada no Backoffice)

Parâmetros de caminho

id
string
obrigatório

ID do customer

Resposta

Customer removido