Skip to main content
DELETE
/
{id}
Delete feedback
curl --request DELETE \
  --url https://qti.alpha-1edtech.ai/api/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

The feedback identifier to delete

Response

Successfully deleted feedback

message
string
required