| axprism_webhooks_delete | R Documentation |
Delete a webhook subscription
axprism_webhooks_delete(client, sub_id)
client |
An |
sub_id |
Subscription id. |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_webhooks_delete(client, "sub_123")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.