Skip to main content

Method

DELETE /v1/comms/lists/:id

Path Parameters

id
string
required
The list ID.

Headers

Authorization
string
required
Bearer token (requires comms:delete).

Request Example

curl -X DELETE "https://api.voyantcloud.com/v1/comms/lists/lists_01J0CBFPXW7SP2N8A9Q7T2048Q" \
  -H "Authorization: Bearer $VOYANT_API_KEY"

Response Example

(empty body)
Deleting a list removes all member associations. This action cannot be undone.