# Delete a shift link

Breaks up a series. The shifts that belonged to it are **not** deleted - they stay on the
event exactly as they were, and simply stop being part of a series, so anyone rostered
onto them keeps their place.
This is a hard delete: the series cannot be restored, and rebuilding it means recreating
the link and its shifts.

Endpoint: DELETE /api/v2/event/{event_id}/shift/link/{id}
Version: 2.0.0
Security: default

## Path parameters:

  - `event_id` (integer, required)
    The ID of the event.

  - `id` (integer, required)
    The ID of the shift link.

## Header parameters:

  - `Rosterfy-Platform` (string)

