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