worried-journalist-71921
07/04/2024, 12:48 PMchilly-king-10285
07/04/2024, 12:48 PMchilly-king-10285
07/04/2024, 12:48 PMDELETE /projects/{project_id}
. This endpoint allows you to purge (completely delete) a project and its data. Please note that this action is irreversible and will delete all your data, so use it with extreme caution. Here is the API endpoint: http request DELETE /projects/{project_id}
Replace {project_id}
with the ID of the project you want to delete. The API will respond with a 204 status code if the operation is successful, indicating that the project has been deleted. For more details, you can refer to the [Ory API Reference](https://www.ory.sh/docs/reference/api).worried-journalist-71921
07/04/2024, 12:49 PMchilly-king-10285
07/04/2024, 12:49 PMchilly-king-10285
07/04/2024, 12:49 PMworried-journalist-71921
07/04/2024, 12:51 PMchilly-king-10285
07/04/2024, 12:51 PMchilly-king-10285
07/04/2024, 12:51 PMDELETE /projects/{project_id}
. This endpoint allows you to purge (completely delete) a project and its data. Please note that this action is irreversible and will delete all your data, so use it with extreme caution. Here is the API endpoint: http request DELETE /projects/{project_id}
Replace {project_id}
with the ID of the project you want to delete. The API will respond with a 204 status code if the operation is successful, indicating that the project has been deleted. For more details, you can refer to the [Ory API Reference](https://www.ory.sh/docs/reference/api).worried-journalist-71921
07/04/2024, 3:47 PMchilly-king-10285
07/04/2024, 3:47 PMchilly-king-10285
07/04/2024, 3:47 PMbash ory create project --name "My Development Project"
To create a new staging project, you can open the [Ory Console](https://console.ory.sh/projects/create), hit "Create new project", and select the Staging environment in the next screen. Remember, staging and development projects are for test data only! Ory Network doesn't guarantee GDPR-compliant PII handling in staging and development projects. For more information, you can refer to the [Ory Documentation](https://www.ory.sh/docs/getting-started/local-development#environments).worried-journalist-71921
07/08/2024, 3:42 PM<https://api.console.ory.sh/projects/{project}/tokens>
chilly-king-10285
07/08/2024, 3:42 PMchilly-king-10285
07/08/2024, 3:42 PM<https://api.console.ory.sh/projects/{project}/tokens>
, you need to be authenticated using the oryWorkspaceApiKey
. This applies to both listing a project's API tokens (GET /projects/{project}/tokens
) and creating a project API token (POST /projects/{project}/tokens
). For more details, you can refer to the [Ory API Reference](https://www.ory.sh/docs/reference/api).