Vault

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.

messagestring required

Deletion status message.

Example response

{
  "message": "Project deletion is in progress"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.