Skip to content

Remove Project Config

Soft-remove a project configuration schema, marking it as removed without permanently deleting it. 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 remove

Return Value

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

Examples

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

ENDPOINTS

post/api/{targetPath}/project-config/:projectConfigId/remove