Skip to content

Planned workout delete

alexandre edited this page Apr 1, 2026 · 2 revisions

Delete training planned

Endpoint:

  • /delete/planned/training/
  • HTTP Method: POST

Example:

Production:
https://www.nolio.io/api/delete/planned/training/

Parameters :

  • id_partner: integer, required.
  • athlete_id: integer, optional. If provided, the planned training will be deleted for the specified athlete (you must be their coach). You can retrieve athlete ids with the Get Athletes route.

Example:

  {
    "id_partner": 1,
    "athlete_id": 42
  }

Response

Http 200 on success

Specific status code

  • 400 Bad request

Clone this wiki locally