cURL
curl --request DELETE \ --url https://api.bundleup.io/v1/connections/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes a connection and attempts to revoke the provider token.
Pass the API key as a bearer token.
Resource identifier.
Connection deleted successfully.
Was this page helpful?