Online Docs

Delete Mapped Status

DELETE odata/_fieldMappings({id}) –x-appvity-channelId: [ChannelID] –x-appvity-teamid: [TeamID] –Cookie: graphNodeCookie=[ID]

URL Endpoint

odata/status({id}).

Method

DELETE.

Parameters

Do not supply OData Filter syntax.

Request Header

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

Error

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

If the mapping status is not available, this method return 400 bad Request with the message:

1
2
3
4
5
6
7
{

"code": 404,

"message": "Not Found"

}

Comment

Was this article helpful?
Thanks For Your Feedback