UserMetaDataDeleteRequest(String key, {String? userId}) : super(userId: userId) { url = 'users/${userId ?? state.userId}/metadata/$key'; }