Delete Webhook with Token#

ORCAcode discord_delete_webhook_with_token(struct discord *client, u64_snowflake_t webhook_id, const char webhook_token[])#

Same discord_delete_webhook(), except this call does not require authentication

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

  • webhook_id – the webhook itself

  • webhook_token – the webhook token

Returns:

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