Delete Coaching

DELETE /v1/coachings/{id}

Path parameters

  • id string Required

    Coaching ID

Responses

  • 204 application/json

    No content

    Hide response attribute Show response attribute object
    • data object

      A coaching

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