DELETE
/
consumers
/
{consumerid}
/
connections
/
{connectionid}
curl --request DELETE \
  --url https://api.chift.eu/consumers/{consumerid}/connections/{connectionid} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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

Response

204
_mintlify/placeholder

Successful Response