Delete list data streams
Spaces method and path for this operation:
delete /s/{space_id}/api/lists/index
Refer to Spaces for more information.
Delete the .lists
and .items
data streams.
DELETE
/api/lists/index
curl \
--request DELETE 'https://localhost:5601/api/lists/index' \
--header "Authorization: $API_KEY"