Skip to main content
DELETE
/
connection_groups
/
{connection_group_id}
Delete Connection Group
curl --request DELETE \
  --url https://api.xplenty.com/{account_id}/api/connection_groups/{connection_group_id} \
  --header 'Accept: <accept>' \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Enter your API key as the username. Leave the password field blank. Example: curl -u YOUR_API_KEY: https://api.xplenty.com/...

Headers

Accept
string
default:application/vnd.xplenty+json; version=2
required

API version header — required on all requests

Path Parameters

connection_group_id
integer
required

The numeric ID of the connection group.

Response

204

Connection group deleted

Last modified on June 9, 2026