Delete List
Lists
Delete List
Permanently delete a list and all its memberships
DELETE
Delete List
Request
Path Parameters
The list’s unique ID (UUID)
Headers
Requires an API key with the
contacts:write permission.Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing contacts:write permission |
| 404 | list_not_found | No list with this ID in your workspace |
| 429 | rate_limited | Rate limit exceeded |