Skip to content

Delete Project Config

Permanently delete a project configuration schema. 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 parametersdata typedescription
projectConfigId*stringThe unique identifier of the project config to delete

Return Value

json
{
  "statusCode": 201,
  "data": null,
  "message": "Project config deleted successfully"
}

Examples

bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/project-config/:projectConfigId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..."

ENDPOINTS

delete/api/{targetPath}/project-config/:projectConfigId