Skip to main content
POST
/
consumers
/
{consumer_id}
/
connections
/
{connection_id}
/
disable_datalayer
Disable the datalayer sync for a connection
curl --request POST \
  --url https://api.chift.eu/consumers/{consumer_id}/connections/{connection_id}/disable_datalayer \
  --header 'Authorization: Bearer <token>'
{
  "message": "The datalayer is not configured on this account.",
  "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
connection_id
string<uuid>
required

Response

Successful Response