Skip to main content
DELETE
/
v1
/
feedback
/
{feedbackId}
Delete feedback
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

feedbackId
string
required

The unique identifier for the feedback

Response

Feedback deleted successfully

id
string
required

The unique identifier of the deleted interaction

deletedAt
string<date-time>
required

ISO 8601 timestamp of when the interaction was deleted

message
string
required

Success message