| RiakObjectRemoveLink Method (String, String, String) | 
 Note: This API is now obsolete.
            Remove a link, that goes from this object to another.
            
 
    Namespace: 
   RiakClient.Models
    Assembly:
   RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax[ObsoleteAttribute("Linkwalking has been deprecated as of Riak 2.0. This method will be removed in the next major version.")]
public void RemoveLink(
	string bucket,
	string key,
	string tag
)[<ObsoleteAttribute("Linkwalking has been deprecated as of Riak 2.0. This method will be removed in the next major version.")>]
member RemoveLink : 
        bucket : string * 
        key : string * 
        tag : string -> unit 
Parameters
- bucket
 - Type: SystemString
The other object's bucket. - key
 - Type: SystemString
The other object's key. - tag
 - Type: SystemString
The tag for the link to remove. 
See Also