Skip to main content

Function: deleteProject()

Defined in: src/utils/projects.ts Deletes a project by ID or name without falling back to defaults.

Parameters

options

GetProjectOptions The deletion options.

Returns

Promise<{ message: string; }> A promise that resolves to the delete response payload.