Delete Webhook Message

ORCAcode discord_delete_webhook_message(struct discord *client, u64_snowflake_t webhook_id, const char webhook_token[], u64_snowflake_t message_id)

Deletes a message that was created by the webhook.

Parameters
  • client – the client created with discord_init()

  • webhook_id – the webhook itself

  • webhook_token – the webhook token

  • message_id – the message the webhook belongs to

Returns

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