Projects

Delete a project

Delete a project and revoke all associated access tokens. Only team owners can delete projects.

DELETE
/api/projects/{projectId}

Authorization

Authorization
header
string
required

Enter the team access token with the Bearer prefix, e.g. "Bearer team_access_token"

Path Parameters

projectId
string
required

Project Id

Responses

The project was deleted successfully