Skip to main content
DELETE
/
v1
/
reporters
/
{reporter_id}
/
schedules
/
{schedule_id}
/
collections
/
{collection_id}
Detach collection from schedule
curl --request DELETE \
  --url https://api.clipping.cc/v1/reporters/{reporter_id}/schedules/{schedule_id}/collections/{collection_id} \
  --header 'Authorization: Bearer <token>'
{
  "removed": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Path Parameters

reporter_id
string
required
schedule_id
string
required
collection_id
string
required

Response

Detached.

removed
boolean