/v1/mgmt/project/deleteAuthorization
Descope Project ID and Management Key Project ID:Management Key as bearer token.
In: header
Delete a project utilizing a management key.
This endpoint allows you to delete a project. This action is irreversible, use with caution.
See Also
- See Managing Environments for details about managing environments.
curl -X POST "https://api.descope.com/v1/mgmt/project/delete"Clone Project POST
### Clone a project utilizing a management key. This endpoint allows you to clone the current project, including its settings and configurations. _Note: This requires a pro or enterprise tier licenses. Users, tenants and access keys are not cloned._ ### See Also - See [Managing Environments](/customize/environments/) for details about managing environments.
Clone Project (Async) POST
Clone a project, including its settings and configurations. Users, tenants and access keys are not cloned. This API is asynchronous and will return a unique ID that can be used to track the progress of the clone operation.