Function: deleteProject()
Parameters
options
GetProjectOptions
The deletion options.
Returns
Promise<{
message: string;
}>
A promise that resolves to the delete response payload.GetProjectOptions
The deletion options.
Promise<{
message: string;
}>
A promise that resolves to the delete response payload.