v1

latestOpenAPI 3.1.02026-07-263370112.1 KB
ai-referrals

Disable AI Referrals Connection

Soft-disable a connection. Previously pushed events are retained but further pushes are rejected with 410 Gone and the dashboard stops reading from this connection.

delete/{brand_id}/ai-referrals/connections/{connection_id}

Path parameters

brand_idinteger required

The unique identifier for the brand.

connection_idstring required

The ULID of the AI Referrals connection.

Response

Connection disabled.

idstring required

ULID identifier for the connection.

brand_idinteger required
websitestring required

Hostname or URL of the website whose referrals are pushed against this connection.

providerstring required

Source analytics provider. MVP allow-list: 'adobe_analytics'.

status'active' | 'disabled' required
created_atstring date-time required
last_pushed_atstring date-time nullable
last_push_errorstring nullable

Example response

{
  "provider": "adobe_analytics"
}