Delete relationship
This operation deletes the relation object from the tenant.
| Name | Notes |
|---|---|
| Input Payload | N/A |
| Output Payload | Result of a delete operation (Map<String, Object>) |
| Data Sense |
Build Output structure at design time Map response JSON to object |
| Command | DELETE {TenantURL}/{relation object URI} |
Sample Request
https://sndbx.reltio.com/reltio/api/pdxkfQZEfYhHTup/relations/U66UjFH
Sample Response
{
"status": "success"
}
| Name | Type | Required | Notes |
|---|---|---|---|
relationURI | String | Yes | URI of relationship that should be deleted. |