Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?