curl --request DELETE \
--url https://api.pipedream.com/v1/connect/projects/{project_id} \
--header 'Authorization: Bearer <token>'Delete a project owned by the authenticated workspace
curl --request DELETE \
--url https://api.pipedream.com/v1/connect/projects/{project_id} \
--header 'Authorization: Bearer <token>'The access token received from the authorization server in the OAuth 2.0 flow.
The project ID, which starts with proj_.
project deleted
Was this page helpful?