cURL
curl --request DELETE \ --url https://api.wapikit.com/api/lists/{id}
{ "data": true }
handles list deletion based on id
The id value of the list you want to delete.
OK
The response is of type object.
object
Was this page helpful?