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.


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

messagestring
The human readable message that describes how to deal with error.


Example: Internal server error.

titlestring
The error title.


Example: Internal server error.

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.",
  "message": "Internal server error."
}