cURL
curl --request DELETE \ --url https://api.mapademics.com/v1/courses/{courseId}/sections/{sectionId} \ --header 'X-API-Key: <api-key>'
{ "error": "UNAUTHORIZED", "message": "Invalid or missing API key", "timestamp": "2024-01-15T10:30:00Z" }
Deletes the section and its associated data
API key for authentication
Unique identifier for the course
Unique identifier for the section
Section deleted successfully
Was this page helpful?