cURL
curl --request DELETE \ --url https://api.bundleup.io/v1/connections/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a connection by its ID and revoke tokens
API Key authentication using Bearer token
Connection ID
Connection deleted successfully
Indicates successful operation
Was this page helpful?