Skip to content
Get started

Delete project

client.projects.delete(stringid, RequestOptionsoptions?): void
DELETE/api/projects/{id}/

Delete project

ParametersExpand Collapse
id: string
formatuuid
Delete project
import OvermindLab from 'overmind-lab';

const client = new OvermindLab();

await client.projects.delete('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');
Returns Examples