# Delete assignment content **DELETE /api/v1/assignment/{id}/content/{contentId}** Remove a specific content block from an assignment. Only admins and lecturers can delete content. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **id** (string) UUID of the assignment - **contentId** (string) UUID of the content block to delete ## Responses ### 200 Content deleted successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 403 Forbidden - Admin or Lecturer role required ### 404 Assignment or content not found [Powered by Bump.sh](https://bump.sh)