title: Delete Guild Integration category: Guild
deleteGuildIntegration
$client->guild->deleteGuildIntegration($parameters);
Delete the attached integration object for the guild. Requires the 'MANAGE_GUILD' permission. Fires a Guild Integrations Update Gateway event.
Name | Type | Required | Default |
---|---|---|---|
guild.id | snowflake | true | null |
integration.id | string | true | null |
Returns a 204 empty response on success.