V1 (Stable)
cURL
curl --request DELETE \ --url https://api.village.do/v1/lists/{listId} \ --header 'user-identifier: <user-identifier>' \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "List deleted successfully" }
JWT token obtained from /users/authorization endpoint
Specify the user making the request. This identifier should match the one you used when integrating the user with Village. Not needed when using user token authentication.
List deleted successfully
true
"List deleted successfully"
Was this page helpful?