Delete Webhook#

ORCAcode discord_delete_webhook(struct discord *client, u64_snowflake_t webhook_id)#

Delete a webhook permanently. Requires the MANAGE_WEBHOOKS permission

Parameters:
  • client – the client created with discord_init()

  • webhook_id – the webhook itself

Returns:

ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary