- Project must be organizational (organization_id IS NOT NULL)
- User must have project:delete permission OR be org owner
- Sets project.user_id = requesting user
- Sets project.organization_id = NULL
- Deletes all ResourceAccess entries for this project
- Deletes all team shares for this project
Authorizations
Bearer authentication header of the form
Bearer <token>, where <token> is your auth token.