---
title: "Unfollow event"
method: DELETE
path: "/events/{eventId}/follow"
tags: ["events"]
---

# Unfollow event

`DELETE /events/{eventId}/follow`

Unsubscribe from a remix-contest event. Emits an Unsubscribe/Event ManageEntity transaction.

## Path parameters

- `eventId` string, required

## Query parameters

- `user_id` string, required

## Response `200`

Event unfollowed successfully

- WriteResponse
  - `transaction_hash` string — The blockchain transaction hash
  - `block_hash` string — The blockchain block hash
  - `block_number` integer — The blockchain block number/height

## Other responses

- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.dev/audius/apis/audius-api.md) · [All operations](https://skmtc.dev/audius/apis/audius-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/audius/audius-api/revisions/940230b2ed3d/schema)
