DELETE
/
consumers
/
{consumerid}
/
connections
/
{connectionid}
curl --request DELETE \
  --url https://api.chift.eu/consumers/{consumerid}/connections/{connectionid} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumerid
string
required
connectionid
string
required