DELETE api/Facebook/DeletePagePost/{pagePostID}/{accessToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pagePostID | string |
Required |
|
| accessToken | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PagePostDeleteResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true
}
text/html
Sample:
{"success":true}
application/xml, text/xml
Sample:
<PagePostDeleteResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JDSupraAPI.Models"> <success>true</success> </PagePostDeleteResponseModel>