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