deleteLike
@DELETE(value = "likes/{id}")
Deletes a Like item from the API.
Return
The deleted ApiLike item.
Parameters
id
The ID of the Like item to delete.
Deletes a Like item from the API.
The deleted ApiLike item.
The ID of the Like item to delete.