Skip to main content
DELETE
/
v1
/
connect
/
projects
/
{project_id}
cURL
curl --request DELETE \
  --url https://api.pipedream.com/v1/connect/projects/{project_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

A short-lived OAuth access token for server-side requests. Generate one via the Generate OAuth Token flow or automatically when initializing the SDK client.

Path Parameters

project_id
string
required

The project ID, which starts with proj_.

Response

project deleted