Delete Course

DELETE /v1/courses/{id}

Path parameters

  • id string Required

    Course ID

Responses

  • 204 application/json

    No content

    Hide response attribute Show response attribute object
    • data object

      A course

      Hide data attributes Show data attributes object
DELETE /v1/courses/{id}
curl \
 -X DELETE https://api.azav-pilot.de/v1/courses/uuidv4
Response examples (204)
{
  "data": {
    "id": "<uuid v4>",
    "slug": "zertifizierter-scrum-master",
    "title": "Zertifizierter SCRUM Master"
  }
}