deleteImage

fun deleteImage(channelType: String, channelId: String, url: String): Call<Unit>

Deletes the image represented by url from the given channel.

Return

Executable async Call responsible for deleting an image.

Parameters

channelType

The channel type. ie messaging.

channelId

The channel id. ie 123.

url

The URL of the image to be deleted.

See also