Online Docs

Delete Story

Permanently delete the specified story from eTask.

1
2
3
4
DELETE odata/story({story-id})
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]

URL Endpoint

odata/story({story-id})

Method

DELETE.

Parameters

Do not supply OData Filter syntax.

Request Header

1
2
3
--x-appvity-channelId: [ChannelID]  
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]

Body

This method does not supply the request body.

Response

If successful, this method returns a 204 No Content response code.

Comment

Was this article helpful?
Thanks For Your Feedback