v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Sources

Delete a Source

Delete a source by ID. Deleted sources are removed from the sources tab, and can be restored from the trash within 30 days of deletion via the undelete endpoint.

delete/sources/{id}

Path parameters

idstring required

Ids are of the form 'n-sources', where n is an integer.

Response

OK

Example response

{
  "sources": [
    {
      "id": "3-contacts",
      "name": "Google",
      "modifiedTime": 1704774720,
      "channel": {
        "value": 1,
        "display": "Organic search"
      },
      "deletedTime": 1704774720
    }
  ]
}