Delete a list
Spaces method and path for this operation:
delete /s/{space_id}/api/lists
Refer to Spaces for more information.
Delete a list using the list ID.
When you delete a list, all of its list items are also deleted.
Query parameters
-
List's
id
valueMinimum length is
1
. -
Default value is
false
. -
Default value is
false
.
DELETE
/api/lists
curl \
--request DELETE 'https://localhost:5601/api/lists?id=string' \
--header "Authorization: $API_KEY"