---
title: "Unsubscribe from feed"
method: DELETE
path: "/api/v2/data-feed/configured"
tags: ["Data feed"]
---

# Unsubscribe from feed

`DELETE /api/v2/data-feed/configured`

## Query parameters

- `uuid` string, required
- `code` string, required
- `storageCode` string, required

## Response `200`

A team feed response

- ConfiguredFeedResponse
  - `type` string
  - `object` ConfiguredFeed
    - `feed` Feed
      - `code` string
      - `name` string
      - `entityType` string
      - `description` string
    - `entityUuid` string
    - `storageCode` string
    - `pushInterval` integer
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `400` — Invalid request
- `401` — You are not logged in
- `403` — This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.
- `404` — Feed does not exist
- `405` — Sandbox only. This operation is not allowed on sandbox environment

---

[API](https://skmtc.net/soundcharts/apis/soundcharts-api.md) · [All operations](https://skmtc.net/soundcharts/apis/soundcharts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soundcharts/soundcharts-api/versions/3c3527dd7996/schema)
