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

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string
required

The project ID, which starts with proj_.

Response

project deleted