Unsubscribe from feed
Unsubscribe from an active data feed to halt delivery.
Use this endpoint to terminate a specific data stream.
Request
DELETE
/api/v2/data-feed/configured
Query string parameters
| Parameter | Value | Description | Additional |
|---|---|---|---|
| uuid | string | An entity UUID | Required |
| code | string | Feed code | Required |
| storageCode | string | Feed connector code | Required |
Response
| Code | Description | Resource |
|---|---|---|
| 200 |
OK
A team feed response |
Configured feed |
| 400 |
Bad Request
Invalid request |
|
| 401 |
Unauthorized
You are not logged in |
|
| 403 |
Forbidden
This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access. |
|
| 404 |
Not Found
Feed does not exist |
|
| 405 |
Method Not Allowed
Sandbox only. This operation is not allowed on sandbox environment |