/
/Vikunja API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 21h ago
admin8
api4
assignees4
auth6
filter4
labels9
migration19
project23
  • getGet an unsplash image
  • getGet an unsplash thumbnail image
  • getSearch for a background from unsplash
  • getGet all projects a user has access to
  • putCreates a new project
  • getGets one project
  • postUpdates a project
  • deleteDeletes a project
  • getGet the project background
  • deleteRemove a project background
  • postSet an unsplash photo as project background
  • putUpload a project background
  • getGet users
  • getGet all kanban buckets of a project
  • putCreate a new bucket
  • putDuplicate an existing project
  • postUpdate an existing bucket
  • deleteDeletes an existing bucket
  • getGet all project views for a project
  • putCreate a project view
  • getGet one project view
  • postUpdates a project view
  • deleteDelete a project view
service1
sharing14
subscriptions4
task26
team8
testing2
user27
webhooks10
    project

    Deletes a project

    Delets a project

    delete/projects/{id}

    Path parameters

    idinteger required

    Project ID

    Response

    The project was successfully deleted.

    messagestring

    A standard message.

    Changes