//library/com.uploadcare.android.library.api/UploadcareClient/deleteWebhookAsync
deleteWebhookAsync
[androidJvm]
Content
fun deleteWebhookAsync(context: Context, targetUrl: URI, callback: RequestCallback? = null)
More info
Unsubscribe and delete webhook Asynchronously.
Parameters
androidJvm
Name | Summary |
---|---|
callback | callback RequestCallback with a response result information. |
context | Application context. android.content.Context |
targetUrl | A URL that is triggered by an event from Webhook. |