Pipedream has joined Workday Learn more
cURL
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
The access token received from the authorization server in the OAuth 2.0 flow.
The project ID, which starts with proj_.
proj_
project deleted
Was this page helpful?