# Delete list

You can remove a list. Be cautious, users assigned to this list will lose that assignment.

DELETE /lists/:id/

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

# Request

  • CURL
  • JavaScript
  • PHP
  • Python
curl -X DELETE -H "Authorization: Token \<your_64_char_api_key>" -d '' "https://<your_app_subdomain>.user.com/api/public/lists/:id/"