Unify and manage your data

Delete Interaction

Learn about deleting interactions.

Reltio Intelligent 360

This operation allows you to delete an interaction from a tenant. For more information about the Interactions see topic Interactions API.

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" }