/
/Vikunja API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 44m ago · Updated 22h ago
api4
assignees4
auth3
filter4
labels9
migration13
project23
service1
sharing14
subscriptions4
task23
  • putCreate a task
  • getGet tasks in a project
  • postUpdate a task bucket
  • getGet tasks
  • postUpdate multiple tasks
  • getGet one task
  • postUpdate a task
  • deleteDelete a task
  • getGet all attachments for one task.
  • putUpload a task attachment
  • getGet one attachment.
  • deleteDelete an attachment
  • postUpdates a task position
  • getGet all task comments
  • putCreate a new task comment
  • getRemove a task comment
  • postUpdate an existing task comment
  • deleteRemove a task comment
  • putCreate a new relation between two tasks
  • deleteRemove a task relation
  • getGet all reactions for an entity
  • putAdd a reaction to an entity
  • postRemoves the user's reaction
team8
testing1
user28
webhooks5
    task

    Delete a task

    Deletes a task from a project. This does not mean "mark it done".

    delete/tasks/{id}

    Path parameters

    idinteger required

    Task ID

    Response

    The created task object.

    messagestring

    A standard message.

    Changes