Skip to main content
DELETE
/
ims
/
oneroster
/
gradebook
/
v1p2
/
lineItems
/
{sourcedId}
Delete a Line Item
curl --request DELETE \
  --url https://api.alpha-1edtech.ai/ims/oneroster/gradebook/v1p2/lineItems/{sourcedId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

sourcedId
string
required

The sourcedId of the line item to delete

Response