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