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

Authorizations

Authorization
string
header
required

A short-lived Connect token for client-side requests on behalf of an end user. Generate one via the Create Connect token endpoint.

Headers

x-pd-environment
enum<string>
required

The environment in which the server client is running

Available options:
development,
production

Path Parameters

project_id
string
required

The project ID, which starts with proj_.

account_id
string
required

Response

account deleted