curl --request DELETE \
--url https://api.pipedream.com/v1/sources/{id} \
--header 'Authorization: Bearer <token>'
DELETE /sources/{id}
Was this page helpful?
curl --request DELETE \
--url https://api.pipedream.com/v1/sources/{id} \
--header 'Authorization: Bearer <token>'