Sign in

Delete source

documented

Delete a user managed source from a suggestion engine.

DELETE /api/1/se/{engine_id}/sources/{source_id}Suggestion Engineno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.scoop.it/api/1/se/{{$engine_id}}/sources/{{$source_id}}" \
  -X DELETE \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"