Delete a project
You can delete an Ory Network project by following these steps:
- Go to the Ory Console.
- Create a workspace API key for the workspace your project is in.
- Copy the project ID from the project settings page.
- Run the following cURL command:
curl --location --request DELETE 'https://api.console.ory.sh/projects/${ORY_PROJECT_ID}' \
--header 'Authorization: Bearer ${WORKSPACE_API_KEY}' \
--header 'Accept: application/json'