Permanently delete an event from eTask.1
2
3
4DELETE odata/eventDefinitions({id})
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
odata/eventDefinitions({id})
DELETE.
Do not supply OData Filter syntax.
Header
–x-appvity-channelId: [ChannelID]
–x-appvity-teamid: [TeamID]
–Cookie: graphNodeCookie=[ID]
Body
This method does not supply the request body.
If successful, this method returns a 204 No Content
response code.
Request1
2
3
4
5
6
7curl --location --request DELETE 'https://teams.appvity.com/odata/eventDefinitions(5f72a31e4d596392f5ab7270)' \
--header 'x-appvity-channelId: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2' \
--header 'x-appvity-teamid: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2'\
--header 'Cookie: graphNodeCookie=s%3AY_JF9CZQ9zNzJBFtczaMPEDH0z6q-GIu.gVlQqDR9nhJHdn%2BU083X4PuboTi6JCnSnz6vCGcs9qU'
Response
204 No Content.
Comment