Skip to main content
DELETE
/
api
/
admin
/
feedback
/
{id}
Delete feedback
curl --request DELETE \
  --url https://pria.praxislxp.com/api/admin/feedback/{id} \
  --header 'x-access-token: <api-key>'
{
  "success": true,
  "message": "User institution deleted successfully"
}

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

Feedback ID

Response

Feedback deleted successfully

success
boolean
Example:

true

message
string

Success message

Example:

"User institution deleted successfully"