{}
curl --location --request DELETE 'https://staging-api.formi.co.in/v2/interactions/123' \
--header 'token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTAwLCJ0eXBlIjoiT1VUTEVUIiwibmFtZSI6IkVrb3N0YXkifQ.7ElxWvnf5p3_1MuXd5q-XyxFXXXHUFLgHs4YRgWuqbc' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"success": true,
"message": "Interaction deleted successfully",
"payload": {
"interaction_id": 123,
"old_queue_size": 14,
"new_queue_size": 13
}
}