DestinationsDisconnect platform integration

Disconnect platform integration

Detach the managed browser tag and remove the managed destination for the platform (meta or google_ads). The stored credential is deleted too, unless another destination of the same type still uses it.

curl -X DELETE "https://mythic-analytics.gulp.workers.dev/client/v1/destinations/integrations/meta" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "success": true,
  "data": {
    "platform": "example_string",
    "disconnected": true
  }
}
DELETE
/client/v1/destinations/integrations/{platform}
DELETE
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Client key as bearer token. Use an agency key (Bearer ak_...) for read-write access or a location secret key (Bearer sk_...) for read-only access. Scoped keys (mcp_) are accepted too and need destinations:read or destinations:write. See Using an mcp_ key over HTTP.

Client key as bearer token. Use an agency key (Bearer ak_...) for read-write access or a location secret key (Bearer sk_...) for read-only access. Scoped keys (mcp_) are accepted too and need destinations:read or destinations:write. See Using an mcp_ key over HTTP.
path
platformstring
Required
Options: meta, google_ads
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Client key as bearer token. Use an agency key (Bearer ak_...) for read-write access or a location secret key (Bearer sk_...) for read-only access. Scoped keys (mcp_) are accepted too and need destinations:read or destinations:write. See Using an mcp_ key over HTTP.

Path Parameters

platformstring
Required
Allowed values:metagoogle_ads

Responses

successboolean
dataobject