Remove connected object as an asynchronous operation. Returns (Task) Remove connected object as an asynchronous operation. Returns (Task) Remove connected object as an asynchronous operation. Returns (Task)
Disconnect two Base objects from each other.
| Name | Description |
|---|---|
| target | The target. |
| connectedObject | The connected object. |
| relation | The relation. |
| target | The target. |
| connectedObjectKey | The Key of the connected object. |
| relation | The relation. |
| targetHref | The target href. |
| connectedObjectKey | The Key of the connected object. |
| relation | The relation. |
Example in C#
// Returns: nothing
await client.RemoveConnectedObjectAsync(BaseInfo target, BaseInfo connectedObject, String relation);
Example in C#
// Returns: nothing
await client.RemoveConnectedObjectAsync(BaseInfo target, String connectedObjectKey, String relation);
Example in C#
// Returns: nothing
await client.RemoveConnectedObjectAsync(String targetHref, String connectedObjectKey, String relation);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/connections/RELATION/RELATED.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/connections/RELATION/RELATED.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/connections/RELATION/RELATED.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'