Skip to main content
DELETE
/
ims
/
oneroster
/
rostering
/
v1p2
/
courses
/
component-resources
/
{sourcedId}
Delete a Component Resource
curl --request DELETE \
  --url https://api.alpha-1edtech.ai/ims/oneroster/rostering/v1p2/courses/component-resources/{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 component resource to delete

Response