---
title: "DELETE /users/{id}/managers/{managerUserId}"
method: DELETE
path: "/users/{id}/managers/{managerUserId}"
tags: ["users"]
---

# DELETE /users/{id}/managers/{managerUserId}

`DELETE /users/{id}/managers/{managerUserId}`

Remove a manager (revoke user-to-user grant). Can be called by the child user or the manager.

## Path parameters

- `id` string, required
- `managerUserId` string, required

## Response `200`

Manager removed 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

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
