# Creating, Updating, Deleting Data
In the same way as fetching data through $jsonapi
helper you can use it to make any request to JSON:API.
this.$jsonapi.request({
config: ({ method: 'delete', url: `/list/${id}` }),
})
# Updating a request
Documentation will be available soon...
# Writing to cache
Documentation will be available soon...