own:course permission; only the course owner or a co-teacher may delete an assignment. Deleting an assignment also removes all of its attachments, student submissions, and submission attachments via DB-level cascade.core.session_token: ********************Authorization: Bearer ********************curl --location --request DELETE '/assignments/'{
"success": false,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": null
}