Delete Interaction
Learn about deleting interactions.
This operation allows you to delete an interaction from a tenant.
Request
DELETE {TenantURL}/interactions/{ID}
            The ID parameter is required.
For more information, see Delete Interaction.
Response
The response informs you of the success or failure of the operation in a status key.
Example
Here is a successful case of deleting an interaction.
Request Example
DELETE {TenantURL}/interactions/Reltio+4513496366986
            Response Example
{    "status": "success" }