v1
latestOpenAPI 3.0.12026-07-22231676.5 KBVault
Delete an entire vault project and all its contents
delete/api/v1/vault/delete_project/{project_id}
Path parameters
project_idstring uuid required
The unique identifier of the project to delete
Response
Project deletion accepted. Deletion continues asynchronously after the API request returns.
Example response
{
"message": "Project deletion is in progress"
}