Mute wallet notifications (admin)

put/api/notifications/v1/admin/user/{bitgoUserId}/mute/wallet

Mutes notifications from a specific wallet for a specified user. Uses PUT as this operation creates or updates existing mute settings.

Path Parameters

  • bitgoUserIdstringRequired

Request Body

walletId string required
Min length: >= 0 characters
Max length: <= 100 characters

200 Response

userId string required
success boolean required
message string required
mutedEnterpriseIds array[string]
mutedWalletIds array[string]

400 Response

name string required
Error code
Allowed values: ValidationFailed IllegalArgument BadRequest DataIntegrityError NotImplementedError RETRIGGER_RATE_LIMITED USER_CREATION_FAILED USER_FALLBACK_FAILED
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 400

403 Response

name string required
Error code
Allowed value: AccessDenied
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 403

500 Response

name string required
Error code
Allowed values: UnexpectedError ThirdPartyError DatabaseError USER_FALLBACK_TIMEOUT
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 500