Skip to main content
DELETE

Delete Recurrence

Soft-deletes a recurrence. Future empty slots immediately disappear from the booking page; sessions with existing bookings retain their snapshotted state so attendees aren’t surprised. If you want to keep the recurrence on file without producing new slots, use Update Recurrence with { "status": "paused" } instead — paused recurrences can be re-activated; deleted recurrences cannot. Requires the experiences:write scope.

Path Parameters

string
required
Parent experience ID.
string
required
Recurrence ID.

Response

Returns 204 No Content on success.