POST UserDevice/Remove
Request Information
URI Parameters
None.
Body Parameters
USER_DEVICE| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
|
| DeviceSerial | string |
None. |
|
| FirebaseToken | string |
None. |
|
| OS | string |
None. |
|
| AppCode | string |
None. |
|
| IsUse | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "de962d46-78b8-4d66-8102-f0eb0606bee4",
"UserID": "bf6fc57f-3366-40c5-bcac-04a39638c4dd",
"DeviceSerial": "sample string 3",
"FirebaseToken": "sample string 4",
"OS": "sample string 5",
"AppCode": "sample string 6",
"IsUse": true,
"CreatedDate": "2025-12-06T12:00:43.1762462+07:00",
"CreatedBy": "sample string 8",
"ModifiedDate": "2025-12-06T12:00:43.1762462+07:00",
"ModifiedBy": "sample string 9"
}
application/xml, text/xml
Sample:
<USER_DEVICE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PetShop.API.Models"> <AppCode>sample string 6</AppCode> <CreatedBy>sample string 8</CreatedBy> <CreatedDate>2025-12-06T12:00:43.1762462+07:00</CreatedDate> <DeviceSerial>sample string 3</DeviceSerial> <FirebaseToken>sample string 4</FirebaseToken> <Id>de962d46-78b8-4d66-8102-f0eb0606bee4</Id> <IsUse>true</IsUse> <ModifiedBy>sample string 9</ModifiedBy> <ModifiedDate>2025-12-06T12:00:43.1762462+07:00</ModifiedDate> <OS>sample string 5</OS> <UserID>bf6fc57f-3366-40c5-bcac-04a39638c4dd</UserID> </USER_DEVICE>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.