DELETE associations({associationId})/events/feeds({identifier})

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
associationId
No documentation available.

Define this parameter in the request URI.

identifier
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Url": "sample string 1",
  "AssociationId": 1,
  "FeedTypeId": 64,
  "Valid": true
}

application/xml, text/xml

Sample:
<EventFeedResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources">
  <AssociationId>1</AssociationId>
  <FeedTypeId>64</FeedTypeId>
  <Id>1</Id>
  <Url>sample string 1</Url>
  <Valid>true</Valid>
</EventFeedResource>