# Delete an assignment

Removes a user's assignment to the module, along with the progress recorded
against it. There is no endpoint that restores one, so treat this as final.

Deleting an assignment frees the user to be assigned the module again, which
starts their progress from nothing.

Endpoint: DELETE /api/v2/training/{training_id}/user/{id}
Version: 2.0.0
Security: default

## Path parameters:

  - `training_id` (integer, required)
    The ID of the training module.

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

## Header parameters:

  - `Rosterfy-Platform` (string)

