# Delete customer level

You can remove a specific customer level.

DELETE /point-customer-level/:id/

Attributes Type Required Description
id integer yes A unique identifier for the customer level which is given by User.com automatically

# Request

  • CURL
  • JavaScript
  • PHP
  • Python
curl --location --request DELETE 'https://<your_app_subdomain>.user.com/api/public/point-customer-level/1/' \
--header 'accept: application/json' \
--header 'Authorization: Token <your_64_char_api_key>' \
--header 'Accept: */*; version=2'