Skip to main content
DELETE
/
consumers
/
{consumer_id}
/
connections
/
{connectionid}
Delete one connection
curl --request DELETE \
  --url https://api.chift.eu/consumers/{consumer_id}/connections/{connectionid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "The specified connectionid is not valid",
  "status": "error"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

consumer_id
string<uuid>
required
connectionid
string<uuid>
required

Response

Successful Response