deleteLineItem
DELETE/ims/oneroster/v1p1/lineItems/:sourceId
Enable the associated SourcedId to be marked as deleted. An immediate read will result in 404 code.
Request
Path Parameters
id uuidrequired
Source id
Example: a8193d95-2c44-42fc-9980-25105c424e50
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
statusCode objectrequired
{
"statusCode": {}
}
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Loading...