integrations

Delete commerce integration

Delete commerce integration metadata for the given external business ID. Note: If you're interested in joining the beta, please reach out to your Pinterest account manager.

delete/integrations/commerce/{external_business_id}

Path parameters

external_business_idstring required

External business ID for the integration.

Response

The request has succeeded.

additional_id_1string
connected_advertiser_idstring
connected_lba_idstring
connected_merchant_idstring
connected_tag_idstring
connected_user_idstring
created_timestampnumber
external_business_idstring

External business ID for the integration.

idstring
partner_access_token_expirynumber
partner_metadatastring
partner_refresh_token_expirynumber
scopesstring
updated_timestampnumber

Example response

{
  "id": "7329167449607351372",
  "external_business_id": "1238401984",
  "connected_merchant_id": "1445572885401",
  "connected_user_id": "871939315263957401",
  "connected_advertiser_id": "549764738871",
  "connected_lba_id": "871939315263957402",
  "connected_tag_id": "2412141155151",
  "partner_access_token_expiry": 1621350033000,
  "partner_refresh_token_expiry": 1621350033000,
  "scopes": "accounts:read",
  "created_timestamp": 1621350033000,
  "updated_timestamp": 1621350033000,
  "additional_id_1": "128464",
  "partner_metadata": ""
}

Changes

Changed in 3 of the 29 revisions of this API.9

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the success response with the status 200

      response-success-status-added

    This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the non-success response with the status 404

      response-non-success-status-removed

    • removed the non-success response with the status 409

      response-non-success-status-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog