Skip to main content
DELETE
/
organisations
/
{orgId}
/
workspaces
/
{workspaceId}
/
outcomes
/
{outcomeId}
Delete a goal
curl --request DELETE \
  --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/outcomes/{outcomeId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "message": "Goal deleted successfully"
  }
}

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

outcomeId
string
required

Outcome ID

Response

Success

Response containing a success message

data
object
required

Success message data