A specific, existing goal can be deleted by making a DELETE request on the URL for that goal.Returns an empty data record.
curl --location --request DELETE 'https://app.asana.com/api/1.0/goals/'
Response Response Example
Responses
application/json data
object (EmptyResponse)
optionalAn empty object. Some endpoints do not return an object on success. The success is conveyed through a 2-- status code and returning an empty object.
Modified at 2022-09-13 02:00:31