Function fastly_api::apis::kv_store_api::delete_store
source · pub async fn delete_store(
configuration: &mut Configuration,
params: DeleteStoreParams
) -> Result<(), Error<DeleteStoreError>>Expand description
An kv store must be empty before it can be deleted. Deleting an kv store that still contains keys will result in a 409 (Conflict).