New API version v7.12 has been released! 🎉
REST DocumentationProjectsDELETE Delete a task of a project

Delete a task of a project

Deletes the given task.

Availability: Full version only — a Clock instance answers 404 for this endpoint.

Request

DELETE /api/v1/projects/{id}/tasks/{task_id}
curl --request DELETE \
     --url 'https://www.zep-online.de/zepinstanz/next/api/v1/projects/{id}/tasks/{task_id}' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer {token}'

Path parameters

  • Name
    id
    Type
    integer
    Description

    The project ID

  • Name
    task_id
    Type
    integer
    Description

    The task ID

Response

{
  "message": "string"
}

Response fields

  • Name
    message
    Type
    string
    Description
Generated from the OpenAPI specification — edit the source code, not this page.