# Delete a roster assignment Permanently removes the roster assignment. Endpoint: DELETE /api/v2/rosters/{id} Version: 2.4.0 Security: X-Api-Client-Id, X-Auth-Token ## Path parameters: - `id` (string, required) Unique identifier of the roster assignment to delete. Example: "98765" ## Response 200 fields (application/json): - `deleted` (boolean) Indicates whether the deletion was successful Example: true ## Response 401 fields ## Response 403 fields ## Response 404 fields