Unmute a User
DELETE/users/:user-id/mute
Unmute a previously muted user. This will re-enable mod.io to returning mods to you authored by the muted user. Successful request will return 204 No Content
.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
404 | 17000 | The user with the supplied id could not be found. |
Responses
- 204
- 404
Successful Request. No Body Returned.
The user with the supplied id could not be found.