ODBC guide

Delete a project


Deletes a single project. Identify the project with ProjectIdOrKey in the WITH clause. Use with care; deletion may be restricted by Jira configuration.

DELETE FROM Projects
WITH (ProjectIdOrKey = '10020', Output=1, ContinueOn404Error=0)