Message Unlike

POST https://api.speakap.io/networks/:eid/messages/:eid/unlike

Since

1.0.16

Request

URI:/networks/{networkEID}/messages/{messageEID}/unlike
Method:POST
Accept:application/vnd.speakap.api-v1.8.2+json+hal
Authentication:OAuth 2.0

Parameters

Name Type Description
networkEID EID Network EID
messageEID EID EID of the message to unlike

Request body

The request body can be left empty.

Response

204
Returns no content
400
Bad Request: returns an Error object
403
Unauthorized: returns an Error object
404
Unknown Message: returns an Error object

See also

Message Like