API Reference
cURL
curl --request DELETE \ --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/feedback/{feedbackId} \ --header 'Authorization: Bearer <token>'
{ "data": { "message": "Feedback deleted successfully" } }
Deletes a specific feedback by ID
JWT authentication for organization-scoped endpoints.
Organization ID
Workspace ID
Feedback ID
Feedback deleted successfully
Response containing a success message
Success message data
Show child attributes
Was this page helpful?