cURL
curl --request DELETE \ --url https://api.vistaly.com/v1/feedback/{feedbackId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "deletedAt": "2023-11-07T05:31:56Z", "message": "<string>" }
Delete a feedback entry. This performs a soft delete by marking the feedback as deleted while preserving the data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier for the feedback
Feedback deleted successfully
The unique identifier of the deleted interaction
ISO 8601 timestamp of when the interaction was deleted
Success message