Online Docs

Delete Event

Permanently delete an event from eTask.

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

URL Endpoint

odata/eventDefinitions({id})

Method

DELETE.

Parameters

Do not supply OData Filter syntax.

Request

Header

–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.

Example

Request

1
2
3
4
5
6
7
curl --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

Was this article helpful?
Thanks For Your Feedback