POST api/SosyalMesaj/GrupSil
Request Information
URI Parameters
None.
Body Parameters
GrupRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| GrupID | integer |
None. |
|
| KullaniciTipID | integer |
None. |
|
| GrupMesajID | integer |
None. |
|
| appToken | string |
None. |
|
| OturumToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GrupID": 1,
"KullaniciTipID": 2,
"GrupMesajID": 3,
"appToken": "sample string 4",
"OturumToken": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true