---
title: "Delete custom scorecard sources"
method: DELETE
path: "/custom-scorecards/{id}/sources"
tags: ["custom scorecards"]
---

# Delete custom scorecard sources

`DELETE /custom-scorecards/{id}/sources`

Delete custom scorecard sources

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `sources` string[], required

## Response `200`

response for creating a custom scorecard

- object — response for creating a custom scorecard
  - `id` string, uuid, required — custom scorecard id
  - `uuid` string, uuid, required — uuid to identify custom scorecard
  - `name` string, required — name of the custom scorecard
  - `description` string — description of the custom scorecard
  - `managed_by` string — specify edit access levels of private (me only), team, or company
  - `share_with` string — specify who can access this scorecard, if company wide or public to anyone in the platform
  - `visibility_level` string — specify who can see this scorecard, if private, company or public in the platform
  - `team_id` string — unique identifier of the team that manages a custom scorecard
  - `owned_by` string — specify who owns the custom scorecard, only when managedBy value is private
  - `is_entity` boolean
  - `has_write_permissions` boolean — The user has permissions to modify the custom scorecard
  - `customer_id` string, required — the organization id of the user who created the custom scorecard
  - `base` object[], required — collection of parent scorecards whose digital footprints were filtered in order to create a custom scorecard
    - `domain` string — domain of the custom scorecard
    - `name` string — name of the custom scorecard
    - `grade` string — grade of the custom scorecard
    - `score` integer — score of the custom scorecard
  - `filter` object, required — base footprint filters that make up a custom scorecard
    - `ips` string[], required — collection of footprint ip filters
    - `domains` string[], required — collection of footprint domain filters
    - `countries` string[] — collection of footprint country filters
    - `filter_toggle_setting` string — filter toggle setting
  - `bulk` object[] — optional footprint filters loaded in bulk from a file (CSV)
    - `filename` string, required — name of the file used to load this bulk
    - `excludes` boolean — true to exclude assets matching bulk filters (defaults to false, meaning, to include)
    - `ips` string[] — collection of footprint ip filters
    - `domains` string[] — collection of footprint domain filters
  - `created` string, date-time, required — created date
  - `created_by` string, required — user who created the custom scorecard
  - `updated_at` string, date-time — updated date
  - `updated_by` string — user who last updated the custom scorecard
  - `grade` string — grade of the custom scorecard
  - `score` number — score of the custom scorecard
  - `provisional` boolean — true if a custom scorecard was scored by Fast Score
  - `version` number, required — Version number of Recipe field
  - `sources` string[], required — Source Scorecards list
  - `filters` object, required
    - `includes` object[] — list of include filters to include
      - `index` number — index of the filter
      - `include` object[] — list of footprint filters to include
        - `index` number — index of the filter
        - `condition` string — condition to apply to the filter
        - `ip` string[] — list of footprint ips filters to add
        - `domain` string[] — list of footprint domains filters to add
        - `country` string[] — list of footprint countries filters to add
        - `footprint_tags` string[] — list of footprint tags filters to add
        - `associated_assets` string[] — condition to apply to the filter
    - `excludes` object[] — list of footprint filters to exclude
      - `index` number — index of the filter
      - `condition` string — condition to apply to the filter
      - `ip` string[] — list of footprint ips filters to add
      - `domain` string[] — list of footprint domains filters to add
      - `country` string[] — list of footprint countries filters to add
      - `footprint_tags` string[] — list of footprint tags filters to add
      - `associated_assets` string[] — condition to apply to the filter
    - `issues` object — list of issues to filter
      - `include` string[] — list of issues to filter
      - `exclude` string[] — list of issues to filter

---

[API](https://skmtc.dev/securityscorecard/apis/securityscorecard-api.md) · [All operations](https://skmtc.dev/securityscorecard/apis/securityscorecard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/securityscorecard/securityscorecard-api/revisions/b9f98b6fd37a/schema)
