Appearance
Remove Project
Permanently delete a project instance. This is a hard delete and cannot be undone. Requires the PROJECT_MANAGEMENT feature flag and ADMIN or MANAGE_PROJECTS permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
projectInstanceId* | string | The unique identifier of the project instance to delete |
Return Value
json
{
"statusCode": 201,
"data": null,
"message": "Project deleted successfully"
}Examples
bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/project/:projectInstanceId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
delete
/api/{targetPath}/project/:projectInstanceId