Delete a Customer List


                https://api.ocamba.com/v1/hood/customer-lists/{id}
            

Deleting an customer list is only possible if it is not in use in an audience fragment in Campaigns, Segments or Scheduled tasks.

Rate limits:

Burst: 10/s
Steady: 150/m


Name
Description
idstringrequired
Unique resource identifier.


Example: 12345


204 - No Content
Arrow

500 - Internal Server Error
Arrow
Name
Description
codeinteger
Http response status code.


Example: 500

titlestring
The error title.


Example: Internal server error.

trace_idstring
Error trace id.


Example: 99a84211-f73d-4ff8-acdf-eb3e06bb9d62

warning
1 This change will be automatically synchronized.

2 This change will automatically update all users in this list so they no longer belong in it. This process might take some time.
note
1 We recommend you consider other options before deletion.
tip
1 If you don't know the customer list id, list the customer lists to find it.

500 Arrow
{
  "code": 500,
  "title": "Internal server error.",
  "trace_id": "99a84211-f73d-4ff8-acdf-eb3e06bb9d62"
}