Nostrum.Api.delete_webhook
You're seeing just the function
delete_webhook
, go back to Nostrum.Api module for more information.
Specs
delete_webhook( Nostrum.Struct.Webhook.id(), Nostrum.Struct.Guild.AuditLogEntry.reason() ) :: error() | {:ok}
Deletes a webhook.
Parameters
webhook_id
- Id of webhook to delete.reason
- An optional reason for the guild audit log.