Interaction
Delete a resolution
Soft-delete a resolution. Use this to retract a wrong positive or negative resolution. Re-attribute by creating a new resolution after deletion.
delete/interactions/{id}/resolutions/{rid}
Path parameters
idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000
The ID of the interaction. The ID is returned from GET /interactions response.
ridstring uuid required
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890
The ID of the resolution. The ID is returned from POST /interactions/{id}/resolutions response.
Response
Resolution deleted successfully.