POST restapi/personal/notifications/deletetriggers/object/v1

Delete all personal notifications which related to a specific object.

Request Information

URI Parameters

None.

Body Parameters

The trigger information to delete.

Itslearning.RestApi.Entities.DeletePersonalNotificationsForObjectTriggerV1
NameDescriptionTypeAdditional information
Object

Object for which notifications should be deleted.

Itslearning.RestApi.Entities.TypedId

None.

Request Formats

application/json, text/json

Sample:
{
  "Object": {
    "Type": "sample string 1",
    "Id": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<DeletePersonalNotificationsForObjectTriggerV1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Object>
    <Id>sample string 2</Id>
    <Type>sample string 1</Type>
  </Object>
</DeletePersonalNotificationsForObjectTriggerV1>

application/x-www-form-urlencoded

Sample:
No sample available

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.