Skip to main content

Delete project

DELETE 

/v2/orgs/:org_id/teams/:team_id/projects/:project_id

Deletes a project. After a project is deleted, all boards and users that belong to the project remain in the team.

Required scope

projects:write

Rate limiting

Level 4

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin. You can request temporary access to Enterprise APIs using this form.

Request

Path Parameters

    org_id stringrequired

    The ID of the organization from which you want to delete a project.

    Example: 3074457345618265000
    team_id stringrequired

    The ID of the team from which you want to delete a project.

    Example: 3074457345619012000
    project_id stringrequired

    The ID of the project that you want to delete.

    Example: 3074457345618265000

Responses

Project deleted

Loading...