Data/v2/DeleteRelationship
This endpoint has been deprecated. There is no newer version.
Removes a Relationship between two organisation records.
URL: /data/v2/deleteRelationship
Method: POST
Method Parameters
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
See Model Object Properties. |
Model Object Properties
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
|
relationship |
object |
Yes |
See Relationship Object Properties. |
Relationship Object Properties
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
|
Response
The following responses may be returned in addition to the standard ones specified under Common Information.
Code |
Error Message |
Description |
|
|
|
Example call
URL: https://api.vision-mapping.com/data/v2/deleteRelationship?apiKey=INSERT_YOUR_KEY_HERE
Body:
{
uniqueKey: "abc",
layerKey: "abc",
relationship: {
uniqueKey: "abc",
layerKey: "abc"
}
}