DELETE api/customers/{customerId}/push/{appShortName}/{registrationId}
Delete a registration for the given customer and app.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId |
Customer ID |
integer |
Required |
| appShortName |
Short name of mobile app, e.g. smartliv or rknett. |
string |
Required |
| registrationId |
Registration ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.