delete https://app.asana.com/api/1.0/stories/
Deletes a story. A user can only delete stories they have created.
Returns an empty data record.
Responses
Deletes a story. A user can only delete stories they have created.
Returns an empty data record.
xxxxxxxxxx
curl --request DELETE \
--url https://app.asana.com/api/1.0/stories/story_gid \
--header 'accept: application/json'
xxxxxxxxxx
{
"data": {}
}