Online Docs

Delete View

1
2
3
4
5
DELETE odata/_userConfigs({ViewID})  
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
--data-binary [ViewObject]

URL Endpoint

odata/_userConfigs({ViewID})

Method

DELETE.

Parameters

Support OData Filter syntax.

Request Header

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

Body

No supply a request body for this method.

Response

Success
Code: 204 No content.

No supply a response bod.

Error

Code: 401 UNAUTHORIZED, 500 ERROR EXCEPTION.
Content: {error: “error message”} Get View Detail.

Comment

Was this article helpful?
Thanks For Your Feedback