Delete List
Delete an list by its ID.
DELETE/v1/user/list/{id}- Param
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | number | ✅ | ID of the list |
Example
/v1/user/list/123
CURL Example
curl -X DELETE "https://api-integrations.snackprompt.com/v1/user/list/{id}" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"
warning
This action is irreversible.
info
This route will return a 200 status code if the list is successfully deleted.