DELETE v1/core/channels/{chnId}/events/{eventId}
Delete an Event for this channel
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
chnId | Channel ID |
Define this parameter in the request URI. |
eventId | Event ID |
Define this parameter in the request URI. |
Response Information
The deleted event
Response body formats
application/json, text/json
Sample:
{ "Success": true, "Data": { "ID": 1, "ChannelID": 2, "Timestamp": "2025-06-11T12:20:36.6850351+00:00", "ReadCount": 4, "Name": "sample string 5", "Parameters": { "sample string 1": {}, "sample string 3": {}, "sample string 5": {} } }, "ErrorCode": 2, "ErrorDescription": "sample string 3", "Meta": "sample string 4" }
text/javascript
Sample:
{"Success":true,"Data":{"ID":1,"ChannelID":2,"Timestamp":"2025-06-11T12:20:36.6850351+00:00","ReadCount":4,"Name":"sample string 5","Parameters":{"sample string 1":{},"sample string 3":{},"sample string 5":{}}},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}
application/xml, text/xml
Sample:
<PBNBReturnOfChannelEventCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models"> <Data> <ChannelID>2</ChannelID> <ID>1</ID> <Name>sample string 5</Name> <Parameters xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 5</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> </Parameters> <ReadCount>4</ReadCount> <Timestamp>2025-06-11T12:20:36.6850351+00:00</Timestamp> </Data> <ErrorCode>2</ErrorCode> <ErrorDescription>sample string 3</ErrorDescription> <Meta>sample string 4</Meta> <Success>true</Success> </PBNBReturnOfChannelEventCA1DLPoZ>
application/bson
Sample:
SuccessData�IDChannelID Timestamp�d�^�ReadCountNamesample string 5ParametersGsample string 1sample string 3sample string 5ErrorCodeErrorDescriptionsample string 3Metasample string 4