POST api/Outlook/RemoveFolderWebhookAndMapping

Remove a registered outlook folder webhook

Request Information

URI Parameters

None.

Body Parameters

The Outlook Folder Entry Id in Hex format

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

Response Information

Resource Description

Returns 200 OK if the subscription and mapping removal processing succeeded, 500 internal error if error caught

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.