provider Case Management DELETE /api/v2/cases/projects/{project_id}
@utdk/datadog /api/v2/cases/projects/{project_id}
Remove a project
Remove a project using the project's `id`.
project_id path required
Project UUID.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
deleteproject
DELETE/api/v2/cases/projects/{project_id}
Remove a project using the project's `id`.

Parameters

required

Project UUID.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.deleteproject()