Delete an existing project.
delete/midgard/v0.1/project/{projectId}
Delete an existing project.
Request
Authorization
X-AT
header
apiKey
Path Parameters
projectIdThe id of the project
integer
REQUIRED
Query Parameters
hardDeleteWhen set to 1 by an admin user, removes the project and all its data from the database. This action cannot be undone.
boolean
deleteBackupsWhen true, instantly removes all backups for stack items when present, regardless of expiration date.
boolean
forceDeleteWhen true, forces the project deletion workflow.
boolean
Response
200Project deleted successfully.
403User is not allowed to access this resource.
404Project not found.
Shell cURL
shell
Show schema
json