Values.DeleteServerlessCacheRequestSourceDeletes a specified existing serverless cache. CreateServerlessCacheSnapshot permission is required to create a final snapshot. Without this permission, the API call will fail with an Access Denied exception.
type nonrec t = {serverlessCacheName : String_.t;The identifier of the serverless cache to be deleted.
*)finalSnapshotName : String_.t option;Name of the final snapshot to be taken before the serverless cache is deleted. Available for Valkey, Redis OSS and Serverless Memcached only. Default: NULL, i.e. a final snapshot is not taken.
*)}