curl --request DELETE \
--url https://api.mn.co/admin/v1/networks/{network_id}/spaces/{space_id}/courseworks/{id}/ \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}curl --request DELETE \
--url https://api.mn.co/admin/v1/networks/{network_id}/spaces/{space_id}/courseworks/{id}/ \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the course (space)
The ID of the coursework item to delete
The Network's unique integer ID, or subdomain Unique numeric network ID
Coursework successfully deleted