curl --request DELETE \
--url https://app.msportal.ai/api/public/v1/goals/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete a goal by ID. This will also delete all associated tasks and updates.
curl --request DELETE \
--url https://app.msportal.ai/api/public/v1/goals/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}