DELETE associations({associationId})/representatives({representativeId})/status({statusUpdateId})/likes
Method to delete a like on a status update
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| associationId | No documentation available. |
Define this parameter in the request URI. |
| statusUpdateId | Update that the representative liked |
Define this parameter in the request URI. |
| representativeId | Representative that liked the update |
Define this parameter in the request URI. |
Response Information
True if successful
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>