cURL
curl --request DELETE \ --url https://api.pipedream.com/v1/connect/{project_id}/deployed-triggers/{trigger_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-pd-environment: <x-pd-environment>'
Remove a deployed trigger and stop receiving events
development
production
Was this page helpful?