Soft delete the bond with WSO ID of {id}.
https://api-ppc.wsohosting.com/
There are no limitations specified.
id
WSO Id of the bond
integer
Required
{
"links": [
{
"verb": "sample string 1",
"rel": "sample string 2",
"uri": "http://webapihelppage3.com"
},
{
"verb": "sample string 1",
"rel": "sample string 2",
"uri": "http://webapihelppage3.com"
}
]
}
<LinksList xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Links>
<Link>
<Rel>sample string 2</Rel>
<Uri>http://webapihelppage3.com/</Uri>
<Verb>sample string 1</Verb>
</Link>
<Link>
<Rel>sample string 2</Rel>
<Uri>http://webapihelppage3.com/</Uri>
<Verb>sample string 1</Verb>
</Link>
</Links>
</LinksList>