Skip to main content
DELETE
/
v1
/
customers
/
{id}
Delete customer
curl --request DELETE \
  --url https://api-global.fastpaybrasil.com/v1/customers/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "statusCode": 401,
  "message": "Unauthorized"
}

Authorizations

Authorization
string
header
required

HTTP Basic authentication. Use your secret key as the username and an empty string as password. The API key should be base64 encoded in the format 'username:' when sending the Authorization header.

Path Parameters

id
string
required

Unique customer identifier

Response

Customer successfully deleted