Discord
Update a Discord scheduled event
Patch any subset of fields. Passing status: 'cancelled' is how you cancel an event — Discord doesn't have a dedicated cancel endpoint, it's a status transition.
Most status transitions Discord enforces (you can't go SCHEDULED → COMPLETED directly). The common consumer case is SCHEDULED → CANCELED.
patch/v1/discord/guilds/{guildId}/events/{eventId}
Path parameters
guildIdstring required
eventIdstring required
Request body
Response
Event updated.
Changes
No recorded changes to this endpoint across all 31 revisions of this API.