Click or drag to resize
LikesDelete Method
Remove a like on this media by the currently authenticated user.

Requires Authentication: False

Required Scope: likes

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<LikesResponse> Delete(
	string mediaId
)

Parameters

mediaId
Type: SystemString
The id of the media from wich to remove the like.

Return Value

Type: TaskLikesResponse
LikesResponse
See Also