Deleting sets

This method will delete a set from the selected bucket. Deleting a set will also delete all items in the set.

Delete a set

DELETE
/{bucket name}/sets/{set name}
RESPONSE BODY
{
  "message": "Set successfully deleted."
}

Next articleSet limits