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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
integer<int64>
required

Response

OK