catalog_feeds

Delete feed

Delete a feed owned by the "operation user_account".

  • By default, the "operation user_account" is the token user_account.

Optional: Business Access: Specify an ad_account_id (obtained via List ad accounts) to use the owner of that ad_account as the "operation user_account". In order to do this, the token user_account must have one of the following Business Access roles on the ad_account: Owner, Admin, Catalogs Manager.

For Retail partners, refer to Before you get started with Catalogs. For Hotel partners, refer to Pinterest API for shopping.

delete/catalogs/feeds/{feed_id}

Path parameters

feed_idstring required

Unique identifier of a feed.

Query parameters

ad_account_idstring

Unique identifier of an ad account.

Response

The request has succeeded.

OR
OR

Example response

{
  "id": "864344156814050986"
}

Changes

Changed in 7 of the 29 revisions of this API.119

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • 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

    • api tag catalog_feeds added

      api-tag-added

    • api tag catalogs removed

      api-tag-removed

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

    • the endpoint scheme security client_credentials was added to the API

      api-security-added

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

    • added the new optional query request parameter ad_account_id

      new-optional-request-parameter

    • added the new path request parameter feed_id

      new-request-path-parameter

    • deleted the path request parameter feed_id

      request-parameter-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