cURL
curl --request DELETE \ --url https://api.pipedream.com/v1/connect/{project_id}/apps/{app_id}/accounts \ --header 'Authorization: Bearer <token>' \ --header 'x-pd-environment: <x-pd-environment>'
The access token received from the authorization server in the OAuth 2.0 flow.
The environment in which the server client is running
development
production
The project ID, which starts with 'proj_'.
accounts deleted
Was this page helpful?