Skip to main content
DELETE
/
api
/
Customers
/
{customerId}
Delete Customer
curl --request DELETE \
  --url https://api-sandbox.revolv3.com/api/Customers/{customerId} \
  --header 'x-revolv3-token: <api-key>'
{
  "message": "Attempted to perform an unauthorized operation."
}

Authorizations

x-revolv3-token
string
header
required

Path Parameters

customerId
integer<int64>
required
Required range: 1 <= x <= 1000000000

Response

OK